#383120

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

Shades of Graphite #383120

Tints of Graphite #383120

Color information

#383120 (or 0x383120) is unknown color: approx Graphite. HEX triplet: 38, 31 and 20. RGB value is (56,49,32). Sum of RGB (Red+Green+Blue) = 56+49+32=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #383120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383120 is #C7CEDF. Grayscale: #313131. Windows color (decimal): -13094624 or 2109752. OLE color: 2109752.

HSL color Cylindrical-coordinate representation of color #383120: hue angle of 42.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 #383120 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB564932-
CMYK00.120.430.78
HSL42.5º27.27%17.25%-
HSV(B)42.5º42.86%21.96%-
XYZ2.993.141.82-
YUV49.16118.32132.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.88%
GREEN value IS 49 (19.53% from 255) = 35.77%
BLUE value IS 32 (12.89% from 255) = 23.36%
R=40.88%
G=35.77%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56493200.120.430.7842.527.2717.25
Hex3831200C2B4E2a1b11
Octal70614001453116523321
Binary1110001100011000000110010101110011101010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383120; }

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

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

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

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

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

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

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

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