#383222

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

Shades of Graphite #383222

Tints of Graphite #383222

Color information

#383222 (or 0x383222) is unknown color: approx Graphite. HEX triplet: 38, 32 and 22. RGB value is (56,50,34). Sum of RGB (Red+Green+Blue) = 56+50+34=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #383222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383222 is #C7CDDD. Grayscale: #323232. Windows color (decimal): -13094366 or 2241080. OLE color: 2241080.

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

Color convert

RGB565034-
CMYK00.110.390.78
HSL43.64º24.44%17.65%-
HSV(B)43.64º39.29%21.96%-
XYZ3.063.241.98-
YUV49.97118.99132.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40%
GREEN value IS 50 (19.92% from 255) = 35.71%
BLUE value IS 34 (13.67% from 255) = 24.29%
R=40%
G=35.71%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56503400.110.390.7843.6424.4417.65
Hex3832220B274E2c1812
Octal70624201347116543022
Binary1110001100101000100101110011110011101011001100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383222; }

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

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

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

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

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

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

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

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