#373221

Color #373221 Graphite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Graphite #373221

Tints of Graphite #373221

Color information

#373221 (or 0x373221) is unknown color: approx 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

RGB555033-
CMYK00.090.40.78
HSL46.36º25%17.25%-
HSV(B)46.36º40%21.57%-
XYZ2.993.21.9-
YUV49.56118.66131.88-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55503300.090.40.7846.362517.25
Hex37322109284E2e1911
Octal67624101150116563121
Binary1101111100101000010100110100010011101011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>