Html Css Color HEX #37301F Graphite

📋 copy color: '#37301F'

red 55 ◦ green 48 ◦ blue 31

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

Shades of Graphite #37301F

Tints of Graphite #37301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.82%

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

R = 41.04%
G = 35.82%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#37301F (or 0x37301F) is known color: Graphite. HEX triplet: 37, 30 and 1F. RGB value is (55,48,31). Sum of RGB (Red+Green+Blue) = 55+48+31=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 55 - color contains mainly: red. Hex color #37301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37301F is #C8CFE0. Grayscale: #303030. Windows color (decimal): -13160417 or 2043959. OLE color: 2043959.

HSL color Cylindrical-coordinate representation of color #37301F: hue angle of 42.5º 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 #37301F is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 48 31 -
CMYK 0 0.13 0.44 0.78
HSL 42.5º 0.28% 0.17% -
HSV(B) 42.5º 0.44% 0.22% -
XYZ 2.88 3.03 1.73 -
YUV 48.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 55 48 31 0 0.13 0.44 0.78 42.5 0.28 0.17
Hex 37 30 1F 0 D 2C 4E 2A 1C 11
Octal 67 60 37 0 15 54 116 52 34 21
Binary 110111 110000 11111 0 1101 101100 1001110 101010 11100 10001

Color Harmonies of #37301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37301F

Black with #37301F

Text Example


Text Example

White with #37301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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