Html Css Color HEX #37311F Graphite

📋 copy color: '#37311F'

red 55 ◦ green 49 ◦ blue 31

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

Shades of Graphite #37311F

Tints of Graphite #37311F

RGB

 RED value IS 55 (21.88% from 255) = 40.74%

 GREEN value IS 49 (19.53% from 255) = 36.3%

 BLUE value IS 31 (12.5% from 255) = 22.96%

R = 40.74%
G = 36.3%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#37311F (or 0x37311F) is known color: Graphite. HEX triplet: 37, 31 and 1F. RGB value is (55,49,31). Sum of RGB (Red+Green+Blue) = 55+49+31=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 55 - color contains mainly: red. Hex color #37311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37311F is #C8CEE0. Grayscale: #303030. Windows color (decimal): -13160161 or 2044215. OLE color: 2044215.

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

Color convert

RGB 55 49 31 -
CMYK 0 0.11 0.44 0.78
HSL 45º 0.28% 0.17% -
HSV(B) 45º 0.44% 0.22% -
XYZ 2.92 3.11 1.74 -
YUV 48.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 55 49 31 0 0.11 0.44 0.78 45 0.28 0.17
Hex 37 31 1F 0 B 2C 4E 2D 1C 11
Octal 67 61 37 0 13 54 116 55 34 21
Binary 110111 110001 11111 0 1011 101100 1001110 101101 11100 10001

Color Harmonies of #37311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37311F

Black with #37311F

Text Example


Text Example

White with #37311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37311F; }

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

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

background-color css

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

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

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

border-color css

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

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

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