#373018

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

Shades of Graphite #373018

Tints of Graphite #373018

Color information

#373018 (or 0x373018) is unknown color: approx Graphite. HEX triplet: 37, 30 and 18. RGB value is (55,48,24). Sum of RGB (Red+Green+Blue) = 55+48+24=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 55 - color contains mainly: red. Hex color #373018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373018 is #C8CFE7. Grayscale: #2F2F2F. Windows color (decimal): -13160424 or 1585207. OLE color: 1585207.

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

Color convert

RGB554824-
CMYK00.130.560.78
HSL46.45º39.24%15.49%-
HSV(B)46.45º56.36%21.57%-
XYZ2.82.991.29-
YUV47.36114.82133.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 43.31%
GREEN value IS 48 (19.14% from 255) = 37.80%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=43.31%
G=37.80%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55482400.130.560.7846.4539.2415.49
Hex3730180D384E2e27f
Octal67603001570116564717
Binary110111110000110000110111100010011101011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373018; }

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

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

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

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

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

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

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

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