#383320

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

Shades of Graphite #383320

Tints of Graphite #383320

Color information

#383320 (or 0x383320) is unknown color: approx Graphite. HEX triplet: 38, 33 and 20. RGB value is (56,51,32). Sum of RGB (Red+Green+Blue) = 56+51+32=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #383320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383320 is #C7CCDF. Grayscale: #323232. Windows color (decimal): -13094112 or 2110264. OLE color: 2110264.

HSL color Cylindrical-coordinate representation of color #383320: hue angle of 47.5º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #383320 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB565132-
CMYK00.090.430.78
HSL47.5º27.27%17.25%-
HSV(B)47.5º42.86%21.96%-
XYZ3.083.311.84-
YUV50.33117.66132.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 51 (20.31% from 255) = 36.69%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=40.29%
G=36.69%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56513200.090.430.7847.527.2717.25
Hex383320092B4E301b11
Octal70634001153116603321
Binary1110001100111000000100110101110011101100001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383320; }

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

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

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

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

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

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

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

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