#383221

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

Shades of Graphite #383221

Tints of Graphite #383221

Color information

#383221 (or 0x383221) is unknown color: approx Graphite. HEX triplet: 38, 32 and 21. RGB value is (56,50,33). Sum of RGB (Red+Green+Blue) = 56+50+33=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #383221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383221 is #C7CDDE. Grayscale: #313131. Windows color (decimal): -13094367 or 2175544. OLE color: 2175544.

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

Color convert

RGB565033-
CMYK00.110.410.78
HSL44.35º25.84%17.45%-
HSV(B)44.35º41.07%21.96%-
XYZ3.053.231.9-
YUV49.86118.49132.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 33 (13.28% from 255) = 23.74%
R=40.29%
G=35.97%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56503300.110.410.7844.3525.8417.45
Hex3832210B294E2c1a11
Octal70624101351116543221
Binary1110001100101000010101110100110011101011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383221; }

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

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

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

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

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

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

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

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