Html Css Color HEX #312937 Blackcurrant

📋 copy color: '#312937'

red 49 ◦ green 41 ◦ blue 55

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

Shades of Blackcurrant #312937

Tints of Blackcurrant #312937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.28%

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

R = 33.79%
G = 28.28%
B = 37.93%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#312937 (or 0x312937) is known color: Blackcurrant. HEX triplet: 31, 29 and 37. RGB value is (49,41,55). Sum of RGB (Red+Green+Blue) = 49+41+55=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 55 - color contains mainly: blue. Hex color #312937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312937 is #CED6C8. Grayscale: #2C2C2C. Windows color (decimal): -13555401 or 3615025. OLE color: 3615025.

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

Color convert

RGB 49 41 55 -
CMYK 0.11 0.25 0 0.78
HSL 274.29º 0.15% 0.19% -
HSV(B) 274.29º 0.25% 0.22% -
XYZ 2.75 2.51 3.95 -
YUV 44.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 49 41 55 0.11 0.25 0 0.78 274.29 0.15 0.19
Hex 31 29 37 B 19 0 4E 112 F 13
Octal 61 51 67 13 31 0 116 422 17 23
Binary 110001 101001 110111 1011 11001 0 1001110 100010010 1111 10011

Color Harmonies of #312937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312937

Black with #312937

Text Example


Text Example

White with #312937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312937; }

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

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

background-color css

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

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

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

border-color css

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

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

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