#373421

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

Shades of Graphite #373421

Tints of Graphite #373421

Color information

#373421 (or 0x373421) is unknown color: approx Graphite. HEX triplet: 37, 34 and 21. RGB value is (55,52,33). Sum of RGB (Red+Green+Blue) = 55+52+33=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 55 - color contains mainly: red. Hex color #373421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373421 is #C8CBDE. Grayscale: #323232. Windows color (decimal): -13159391 or 2176055. OLE color: 2176055.

HSL color Cylindrical-coordinate representation of color #373421: hue angle of 51.82º 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 #373421 is Cyan = 0, Magento = 0.05, Yellow = 0.4 and Black (K on CMYK) = 0.78.

Color convert

RGB555233-
CMYK00.050.40.78
HSL51.82º25%17.25%-
HSV(B)51.82º40%21.57%-
XYZ3.083.381.93-
YUV50.73117.99131.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.29%
GREEN value IS 52 (20.70% from 255) = 37.14%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=39.29%
G=37.14%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55523300.050.40.7851.822517.25
Hex37342105284E341911
Octal6764410550116643121
Binary110111110100100001010110100010011101101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373421; }

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

 H1.HeaderClassName
 {
   color: #373421;
 }
 .AnyTagClassName
 {
   color: #373421;
 }
</style>
background-color css

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

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

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

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

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

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