#383422

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

Shades of Graphite #383422

Tints of Graphite #383422

Color information

#383422 (or 0x383422) is unknown color: approx Graphite. HEX triplet: 38, 34 and 22. RGB value is (56,52,34). Sum of RGB (Red+Green+Blue) = 56+52+34=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 56 - color contains mainly: red. Hex color #383422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383422 is #C7CBDD. Grayscale: #333333. Windows color (decimal): -13093854 or 2241592. OLE color: 2241592.

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

Color convert

RGB565234-
CMYK00.070.390.78
HSL49.09º24.44%17.65%-
HSV(B)49.09º39.29%21.96%-
XYZ3.153.412.01-
YUV51.14118.33131.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.44%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 34 (13.67% from 255) = 23.94%
R=39.44%
G=36.62%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56523400.070.390.7849.0924.4417.65
Hex38342207274E311812
Octal7064420747116613022
Binary111000110100100010011110011110011101100011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383422; }

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

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

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

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

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

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

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

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