Html Css Color HEX #312439 Blackcurrant

📋 copy color: '#312439'

red 49 ◦ green 36 ◦ blue 57

#312439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #312439

Tints of Blackcurrant #312439

RGB

 RED value IS 49 (19.53% from 255) = 34.51%

 GREEN value IS 36 (14.45% from 255) = 25.35%

 BLUE value IS 57 (22.66% from 255) = 40.14%

R = 34.51%
G = 25.35%
B = 40.14%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#312439 (or 0x312439) is known color: Blackcurrant. HEX triplet: 31, 24 and 39. RGB value is (49,36,57). Sum of RGB (Red+Green+Blue) = 49+36+57=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 57 (22.66% from 255 or 40.14% from 142); Max value from RGB is 57 - color contains mainly: blue. Hex color #312439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312439 is #CEDBC6. Grayscale: #2A2A2A. Windows color (decimal): -13556679 or 3744817. OLE color: 3744817.

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

Color convert

RGB 49 36 57 -
CMYK 0.14 0.37 0 0.78
HSL 277.14º 0.23% 0.18% -
HSV(B) 277.14º 0.37% 0.22% -
XYZ 2.64 2.21 4.16 -
YUV 42.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 49 36 57 0.14 0.37 0 0.78 277.14 0.23 0.18
Hex 31 24 39 E 25 0 4E 115 17 12
Octal 61 44 71 16 45 0 116 425 27 22
Binary 110001 100100 111001 1110 100101 0 1001110 100010101 10111 10010

Color Harmonies of #312439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312439

Black with #312439

Text Example


Text Example

White with #312439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312439; }

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

 H1.HeaderClassName
 {
   color: #312439;
 }
 .AnyTagClassName
 {
   color: #312439;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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