#383218

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

Shades of Graphite #383218

Tints of Graphite #383218

Color information

#383218 (or 0x383218) is unknown color: approx Graphite. HEX triplet: 38, 32 and 18. RGB value is (56,50,24). Sum of RGB (Red+Green+Blue) = 56+50+24=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #383218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383218 is #C7CDE7. Grayscale: #303030. Windows color (decimal): -13094376 or 1585720. OLE color: 1585720.

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

Color convert

RGB565024-
CMYK00.110.570.78
HSL48.75º40%15.69%-
HSV(B)48.75º57.14%21.96%-
XYZ2.943.191.32-
YUV48.83113.99133.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.08%
GREEN value IS 50 (19.92% from 255) = 38.46%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=43.08%
G=38.46%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56502400.110.570.7848.754015.69
Hex3832180B394E312810
Octal70623001371116615020
Binary1110001100101100001011111001100111011000110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383218; }

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

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

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

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

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

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

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

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