#383524

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

Shades of Graphite #383524

Tints of Graphite #383524

Color information

#383524 (or 0x383524) is unknown color: approx Graphite. HEX triplet: 38, 35 and 24. RGB value is (56,53,36). Sum of RGB (Red+Green+Blue) = 56+53+36=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #383524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383524 is #C7CADB. Grayscale: #343434. Windows color (decimal): -13093596 or 2372920. OLE color: 2372920.

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

Color convert

RGB565336-
CMYK00.050.360.78
HSL51º21.74%18.04%-
HSV(B)51º35.71%21.96%-
XYZ3.223.512.18-
YUV51.96118.99130.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 36 (14.45% from 255) = 24.83%
R=38.62%
G=36.55%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56533600.050.360.785121.7418.04
Hex38352405244E331612
Octal7065440544116632622
Binary111000110101100100010110010010011101100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383524; }

 p { color: rgb(56,53,36); }

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

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

 a { background-color: rgb(56,53,36); }

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

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

 span { border-color: rgb(56,53,36); }

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