#373318

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

Shades of Graphite #373318

Tints of Graphite #373318

Color information

#373318 (or 0x373318) is unknown color: approx Graphite. HEX triplet: 37, 33 and 18. RGB value is (55,51,24). Sum of RGB (Red+Green+Blue) = 55+51+24=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 55 - color contains mainly: red. Hex color #373318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373318 is #C8CCE7. Grayscale: #313131. Windows color (decimal): -13159656 or 1585975. OLE color: 1585975.

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

Color convert

RGB555124-
CMYK00.070.560.78
HSL52.26º39.24%15.49%-
HSV(B)52.26º56.36%21.57%-
XYZ2.923.251.34-
YUV49.12113.83132.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.31%
GREEN value IS 51 (20.31% from 255) = 39.23%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=42.31%
G=39.23%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55512400.070.560.7852.2639.2415.49
Hex37331807384E3427f
Octal6763300770116644717
Binary11011111001111000011111100010011101101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373318; }

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

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

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

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

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

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

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

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