#383325

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

Shades of Graphite #383325

Tints of Graphite #383325

Color information

#383325 (or 0x383325) is unknown color: approx Graphite. HEX triplet: 38, 33 and 25. RGB value is (56,51,37). Sum of RGB (Red+Green+Blue) = 56+51+37=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 56 - color contains mainly: red. Hex color #383325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383325 is #C7CCDA. Grayscale: #323232. Windows color (decimal): -13094107 or 2437944. OLE color: 2437944.

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

Color convert

RGB565137-
CMYK00.090.340.78
HSL44.21º20.43%18.24%-
HSV(B)44.21º33.93%21.96%-
XYZ3.153.342.23-
YUV50.9120.16131.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 37 (14.84% from 255) = 25.69%
R=38.89%
G=35.42%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56513700.090.340.7844.2120.4318.24
Hex38332509224E2c1412
Octal70634501142116542422
Binary1110001100111001010100110001010011101011001010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383325; }

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

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

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

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

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

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

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

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