#383420

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

Shades of Graphite #383420

Tints of Graphite #383420

Color information

#383420 (or 0x383420) is unknown color: approx Graphite. HEX triplet: 38, 34 and 20. RGB value is (56,52,32). Sum of RGB (Red+Green+Blue) = 56+52+32=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #383420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383420 is #C7CBDF. Grayscale: #333333. Windows color (decimal): -13093856 or 2110520. OLE color: 2110520.

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

Color convert

RGB565232-
CMYK00.070.430.78
HSL50º27.27%17.25%-
HSV(B)50º42.86%21.96%-
XYZ3.123.41.86-
YUV50.92117.33131.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40%
GREEN value IS 52 (20.70% from 255) = 37.14%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=40%
G=37.14%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56523200.070.430.785027.2717.25
Hex383420072B4E321b11
Octal7064400753116623321
Binary111000110100100000011110101110011101100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383420; }

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

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

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

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

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

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

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

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