#373218

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

Shades of Graphite #373218

Tints of Graphite #373218

Color information

#373218 (or 0x373218) is unknown color: approx Graphite. HEX triplet: 37, 32 and 18. RGB value is (55,50,24). Sum of RGB (Red+Green+Blue) = 55+50+24=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #373218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373218 is #C8CDE7. Grayscale: #303030. Windows color (decimal): -13159912 or 1585719. OLE color: 1585719.

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

Color convert

RGB555024-
CMYK00.090.560.78
HSL50.32º39.24%15.49%-
HSV(B)50.32º56.36%21.57%-
XYZ2.883.161.32-
YUV48.53114.16132.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.64%
GREEN value IS 50 (19.92% from 255) = 38.76%
BLUE value IS 24 (9.77% from 255) = 18.60%
R=42.64%
G=38.76%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55502400.090.560.7850.3239.2415.49
Hex37321809384E3227f
Octal67623001170116624717
Binary110111110010110000100111100010011101100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373218; }

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

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

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

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

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

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

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

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