#383322

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

Shades of Graphite #383322

Tints of Graphite #383322

Color information

#383322 (or 0x383322) is unknown color: approx Graphite. HEX triplet: 38, 33 and 22. RGB value is (56,51,34). Sum of RGB (Red+Green+Blue) = 56+51+34=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #383322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383322 is #C7CCDD. Grayscale: #323232. Windows color (decimal): -13094110 or 2241336. OLE color: 2241336.

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

Color convert

RGB565134-
CMYK00.090.390.78
HSL46.36º24.44%17.65%-
HSV(B)46.36º39.29%21.96%-
XYZ3.13.321.99-
YUV50.56118.66131.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.72%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 34 (13.67% from 255) = 24.11%
R=39.72%
G=36.17%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56513400.090.390.7846.3624.4417.65
Hex38332209274E2e1812
Octal70634201147116563022
Binary1110001100111000100100110011110011101011101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383322; }

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

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

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

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

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

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

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

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