#383525

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

Shades of Graphite #383525

Tints of Graphite #383525

Color information

#383525 (or 0x383525) is unknown color: approx Graphite. HEX triplet: 38, 35 and 25. RGB value is (56,53,37). Sum of RGB (Red+Green+Blue) = 56+53+37=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #383525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383525 is #C7CADA. Grayscale: #343434. Windows color (decimal): -13093595 or 2438456. OLE color: 2438456.

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

Color convert

RGB565337-
CMYK00.050.340.78
HSL50.53º20.43%18.24%-
HSV(B)50.53º33.93%21.96%-
XYZ3.243.522.26-
YUV52.07119.49130.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 53 (21.09% from 255) = 36.30%
BLUE value IS 37 (14.84% from 255) = 25.34%
R=38.36%
G=36.30%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56533700.050.340.7850.5320.4318.24
Hex38352505224E331412
Octal7065450542116632422
Binary111000110101100101010110001010011101100111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383525; }

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

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

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

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

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

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

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

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