Html Css Color HEX #312737 Blackcurrant

📋 copy color: '#312737'

red 49 ◦ green 39 ◦ blue 55

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

Shades of Blackcurrant #312737

Tints of Blackcurrant #312737

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.27%

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

R = 34.27%
G = 27.27%
B = 38.46%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#312737 (or 0x312737) is known color: Blackcurrant. HEX triplet: 31, 27 and 37. RGB value is (49,39,55). Sum of RGB (Red+Green+Blue) = 49+39+55=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 55 - color contains mainly: blue. Hex color #312737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312737 is #CED8C8. Grayscale: #2B2B2B. Windows color (decimal): -13555913 or 3614513. OLE color: 3614513.

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

Color convert

RGB 49 39 55 -
CMYK 0.11 0.29 0 0.78
HSL 277.5º 0.17% 0.18% -
HSV(B) 277.5º 0.29% 0.22% -
XYZ 2.68 2.38 3.93 -
YUV 43.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 49 39 55 0.11 0.29 0 0.78 277.5 0.17 0.18
Hex 31 27 37 B 1D 0 4E 116 11 12
Octal 61 47 67 13 35 0 116 426 21 22
Binary 110001 100111 110111 1011 11101 0 1001110 100010110 10001 10010

Color Harmonies of #312737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312737

Black with #312737

Text Example


Text Example

White with #312737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312737; }

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

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

background-color css

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

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

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

border-color css

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

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

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