Html Css Color HEX #37321B Graphite

📋 copy color: '#37321B'

red 55 ◦ green 50 ◦ blue 27

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

Shades of Graphite #37321B

Tints of Graphite #37321B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.88%

 BLUE value IS 27 (10.94% from 255) = 20.45%

R = 41.67%
G = 37.88%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#37321B (or 0x37321B) is known color: Graphite. HEX triplet: 37, 32 and 1B. RGB value is (55,50,27). Sum of RGB (Red+Green+Blue) = 55+50+27=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 55 - color contains mainly: red. Hex color #37321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37321B is #C8CDE4. Grayscale: #303030. Windows color (decimal): -13159909 or 1782327. OLE color: 1782327.

HSL color Cylindrical-coordinate representation of color #37321B: hue angle of 49.29º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37321B is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 50 27 -
CMYK 0 0.09 0.51 0.78
HSL 49.29º 0.34% 0.16% -
HSV(B) 49.29º 0.51% 0.22% -
XYZ 2.91 3.17 1.5 -
YUV 48.87 115.66 132.37 -
System Red Green Blue C M Y K H S L
Decimal 55 50 27 0 0.09 0.51 0.78 49.29 0.34 0.16
Hex 37 32 1B 0 9 33 4E 31 22 10
Octal 67 62 33 0 11 63 116 61 42 20
Binary 110111 110010 11011 0 1001 110011 1001110 110001 100010 10000

Color Harmonies of #37321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37321B

Black with #37321B

Text Example


Text Example

White with #37321B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37321B; }

 p { color: rgb(55,50,27); }

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

background-color css

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

 a { background-color: rgb(55,50,27); }

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

border-color css

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

 span { border-color: rgb(55,50,27); }

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