Html Css Color HEX #37331C Graphite

📋 copy color: '#37331C'

red 55 ◦ green 51 ◦ blue 28

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

Shades of Graphite #37331C

Tints of Graphite #37331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.06%

 BLUE value IS 28 (11.33% from 255) = 20.9%

R = 41.04%
G = 38.06%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#37331C (or 0x37331C) is known color: Graphite. HEX triplet: 37, 33 and 1C. RGB value is (55,51,28). Sum of RGB (Red+Green+Blue) = 55+51+28=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 55 - color contains mainly: red. Hex color #37331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37331C is #C8CCE3. Grayscale: #313131. Windows color (decimal): -13159652 or 1848119. OLE color: 1848119.

HSL color Cylindrical-coordinate representation of color #37331C: hue angle of 51.11º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37331C is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 51 28 -
CMYK 0 0.07 0.49 0.78
HSL 51.11º 0.33% 0.16% -
HSV(B) 51.11º 0.49% 0.22% -
XYZ 2.97 3.26 1.57 -
YUV 49.57 115.83 131.87 -
System Red Green Blue C M Y K H S L
Decimal 55 51 28 0 0.07 0.49 0.78 51.11 0.33 0.16
Hex 37 33 1C 0 7 31 4E 33 21 10
Octal 67 63 34 0 7 61 116 63 41 20
Binary 110111 110011 11100 0 111 110001 1001110 110011 100001 10000

Color Harmonies of #37331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37331C

Black with #37331C

Text Example


Text Example

White with #37331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37331C; }

 p { color: rgb(55,51,28); }

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

background-color css

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

 a { background-color: rgb(55,51,28); }

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

border-color css

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

 span { border-color: rgb(55,51,28); }

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