Html Css Color HEX #373220 Graphite

📋 copy color: '#373220'

red 55 ◦ green 50 ◦ blue 32

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

Shades of Graphite #373220

Tints of Graphite #373220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.36%

R = 40.15%
G = 36.5%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#373220 (or 0x373220) is known color: Graphite. HEX triplet: 37, 32 and 20. RGB value is (55,50,32). Sum of RGB (Red+Green+Blue) = 55+50+32=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 55 - color contains mainly: red. Hex color #373220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373220 is #C8CDDF. Grayscale: #313131. Windows color (decimal): -13159904 or 2110007. OLE color: 2110007.

HSL color Cylindrical-coordinate representation of color #373220: hue angle of 46.96º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #373220 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 50 32 -
CMYK 0 0.09 0.42 0.78
HSL 46.96º 0.26% 0.17% -
HSV(B) 46.96º 0.42% 0.22% -
XYZ 2.98 3.2 1.83 -
YUV 49.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 55 50 32 0 0.09 0.42 0.78 46.96 0.26 0.17
Hex 37 32 20 0 9 2A 4E 2F 1A 11
Octal 67 62 40 0 11 52 116 57 32 21
Binary 110111 110010 100000 0 1001 101010 1001110 101111 11010 10001

Color Harmonies of #373220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373220

Black with #373220

Text Example


Text Example

White with #373220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373220; }

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

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

background-color css

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

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

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

border-color css

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

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

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