Html Css Color HEX #312837 Blackcurrant

📋 copy color: '#312837'

red 49 ◦ green 40 ◦ blue 55

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

Shades of Blackcurrant #312837

Tints of Blackcurrant #312837

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.78%

 BLUE value IS 55 (21.88% from 255) = 38.19%

R = 34.03%
G = 27.78%
B = 38.19%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#312837 (or 0x312837) is known color: Blackcurrant. HEX triplet: 31, 28 and 37. RGB value is (49,40,55). Sum of RGB (Red+Green+Blue) = 49+40+55=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 55 - color contains mainly: blue. Hex color #312837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312837 is #CED7C8. Grayscale: #2C2C2C. Windows color (decimal): -13555657 or 3614769. OLE color: 3614769.

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

Color convert

RGB 49 40 55 -
CMYK 0.11 0.27 0 0.78
HSL 276º 0.16% 0.19% -
HSV(B) 276º 0.27% 0.22% -
XYZ 2.72 2.45 3.94 -
YUV 44.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 49 40 55 0.11 0.27 0 0.78 276 0.16 0.19
Hex 31 28 37 B 1B 0 4E 114 10 13
Octal 61 50 67 13 33 0 116 424 20 23
Binary 110001 101000 110111 1011 11011 0 1001110 100010100 10000 10011

Color Harmonies of #312837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312837

Black with #312837

Text Example


Text Example

White with #312837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312837; }

 p { color: rgb(49,40,55); }

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

background-color css

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

 a { background-color: rgb(49,40,55); }

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

border-color css

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

 span { border-color: rgb(49,40,55); }

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