#322818

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

Shades of Black Magic #322818

Tints of Black Magic #322818

Color information

#322818 (or 0x322818) is unknown color: approx Black Magic. HEX triplet: 32, 28 and 18. RGB value is (50,40,24). Sum of RGB (Red+Green+Blue) = 50+40+24=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 50 - color contains mainly: red. Hex color #322818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322818 is #CDD7E7. Grayscale: #292929. Windows color (decimal): -13490152 or 1583154. OLE color: 1583154.

HSL color Cylindrical-coordinate representation of color #322818: hue angle of 36.92º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #322818 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB504024-
CMYK00.200.520.80
HSL36.92º35.14%14.51%-
HSV(B)36.92º52%19.61%-
XYZ2.242.261.18-
YUV41.17118.31134.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.86%
GREEN value IS 40 (16.02% from 255) = 35.09%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=43.86%
G=35.09%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50402400.200.520.8036.9235.1414.51
Hex32281801434502523f
Octal62503002464120454317
Binary1100101010001100001010011010010100001001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322818; }

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

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

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

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

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

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

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

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