Html Css Color HEX #373221 Graphite

📋 copy color: '#373221'

red 55 ◦ green 50 ◦ blue 33

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

Shades of Graphite #373221

Tints of Graphite #373221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 23.91%

R = 39.86%
G = 36.23%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#373221 (or 0x373221) is known color: Graphite. HEX triplet: 37, 32 and 21. RGB value is (55,50,33). Sum of RGB (Red+Green+Blue) = 55+50+33=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 55 - color contains mainly: red. Hex color #373221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373221 is #C8CDDE. Grayscale: #313131. Windows color (decimal): -13159903 or 2175543. OLE color: 2175543.

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

Color convert

RGB 55 50 33 -
CMYK 0 0.09 0.4 0.78
HSL 46.36º 0.25% 0.17% -
HSV(B) 46.36º 0.4% 0.22% -
XYZ 2.99 3.2 1.9 -
YUV 49.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 55 50 33 0 0.09 0.4 0.78 46.36 0.25 0.17
Hex 37 32 21 0 9 28 4E 2E 19 11
Octal 67 62 41 0 11 50 116 56 31 21
Binary 110111 110010 100001 0 1001 101000 1001110 101110 11001 10001

Color Harmonies of #373221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373221

Black with #373221

Text Example


Text Example

White with #373221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373221; }

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

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

background-color css

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

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

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

border-color css

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

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

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