#383425

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

Shades of Graphite #383425

Tints of Graphite #383425

Color information

#383425 (or 0x383425) is unknown color: approx Graphite. HEX triplet: 38, 34 and 25. RGB value is (56,52,37). Sum of RGB (Red+Green+Blue) = 56+52+37=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #383425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383425 is #C7CBDA. Grayscale: #333333. Windows color (decimal): -13093851 or 2438200. OLE color: 2438200.

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

Color convert

RGB565237-
CMYK00.070.340.78
HSL47.37º20.43%18.24%-
HSV(B)47.37º33.93%21.96%-
XYZ3.193.432.24-
YUV51.49119.83131.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 37 (14.84% from 255) = 25.52%
R=38.62%
G=35.86%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56523700.070.340.7847.3720.4318.24
Hex38342507224E2f1412
Octal7064450742116572422
Binary111000110100100101011110001010011101011111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383425; }

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

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

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

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

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

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

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

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