#373325

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

Shades of Graphite #373325

Tints of Graphite #373325

Color information

#373325 (or 0x373325) is unknown color: approx Graphite. HEX triplet: 37, 33 and 25. RGB value is (55,51,37). Sum of RGB (Red+Green+Blue) = 55+51+37=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 55 - color contains mainly: red. Hex color #373325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373325 is #C8CCDA. Grayscale: #323232. Windows color (decimal): -13159643 or 2437943. OLE color: 2437943.

HSL color Cylindrical-coordinate representation of color #373325: hue angle of 46.67º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #373325 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB555137-
CMYK00.070.330.78
HSL46.67º19.57%18.04%-
HSV(B)46.67º32.73%21.57%-
XYZ3.093.312.23-
YUV50.6120.33131.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.46%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 37 (14.84% from 255) = 25.87%
R=38.46%
G=35.66%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55513700.070.330.7846.6719.5718.04
Hex37332507214E2f1412
Octal6763450741116572422
Binary110111110011100101011110000110011101011111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373325; }

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

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

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

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

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

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

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

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