#383215

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

Shades of Graphite #383215

Tints of Graphite #383215

Color information

#383215 (or 0x383215) is unknown color: approx Graphite. HEX triplet: 38, 32 and 15. RGB value is (56,50,21). Sum of RGB (Red+Green+Blue) = 56+50+21=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #383215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383215 is #C7CDEA. Grayscale: #303030. Windows color (decimal): -13094379 or 1389112. OLE color: 1389112.

HSL color Cylindrical-coordinate representation of color #383215: hue angle of 49.71º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #383215 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB565021-
CMYK00.110.630.78
HSL49.71º45.45%15.1%-
HSV(B)49.71º62.5%21.96%-
XYZ2.913.181.17-
YUV48.49112.49133.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 50 (19.92% from 255) = 39.37%
BLUE value IS 21 (8.59% from 255) = 16.54%
R=44.09%
G=39.37%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56502100.110.630.7849.7145.4515.1
Hex3832150B3F4E322df
Octal70622501377116625517
Binary111000110010101010101111111110011101100101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383215; }

 p { color: rgb(56,50,21); }

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

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

 a { background-color: rgb(56,50,21); }

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

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

 span { border-color: rgb(56,50,21); }

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