#310139

Color #310139 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #310139

Tints of Blackcurrant #310139

Color information

#310139 (or 0x310139) is unknown color: approx Blackcurrant. HEX triplet: 31, 01 and 39. RGB value is (49,1,57). Sum of RGB (Red+Green+Blue) = 49+1+57=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 57 (22.66% from 255 or 53.27% from 107); Max value from RGB is 57 - color contains mainly: blue. Hex color #310139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310139 is #CEFEC6. Grayscale: #151515. Windows color (decimal): -13565639 or 3735857. OLE color: 3735857.

HSL color Cylindrical-coordinate representation of color #310139: hue angle of 291.43º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #310139 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB49157-
CMYK0.140.9800.78
HSL291.43º96.55%11.37%-
HSV(B)291.43º98.25%22.35%-
XYZ2.020.973.95-
YUV21.74147.9147.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 45.79%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 57 (22.66% from 255) = 53.27%
R=45.79%
G=0.93%
B=53.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal491570.140.9800.78291.4396.5511.37
Hex31139E6204E12361b
Octal6117116142011644314113
Binary1100011111001111011000100100111010010001111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310139; }

 p { color: rgb(49,1,57); }

 H1.HeaderClassName
 {
   color: #310139;
 }
 .AnyTagClassName
 {
   color: #310139;
 }
</style>
background-color css

<style>
 a { background-color: #310139; }

 a { background-color: rgb(49,1,57); }

 div.DivClassName
 {
   background-color: #310139;
 }
 .BgClassName
 {
   background-color: #310139;
 }
</style>
border-color css

<style>
 span { border-color: #310139; }

 span { border-color: rgb(49,1,57); }

 td.TdClassName
 {
   border-color: #310139;
 }
 .TagClassName
 {
   border-color: #310139;
 }
</style>