#322718

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

Shades of Black Magic #322718

Tints of Black Magic #322718

Color information

#322718 (or 0x322718) is unknown color: approx Black Magic. HEX triplet: 32, 27 and 18. RGB value is (50,39,24). Sum of RGB (Red+Green+Blue) = 50+39+24=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #322718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322718 is #CDD8E7. Grayscale: #282828. Windows color (decimal): -13490408 or 1582898. OLE color: 1582898.

HSL color Cylindrical-coordinate representation of color #322718: hue angle of 34.62º 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 #322718 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB503924-
CMYK00.220.520.80
HSL34.62º35.14%14.51%-
HSV(B)34.62º52%19.61%-
XYZ2.212.21.17-
YUV40.58118.64134.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.25%
GREEN value IS 39 (15.62% from 255) = 34.51%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=44.25%
G=34.51%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50392400.220.520.8034.6235.1414.51
Hex32271801634502323f
Octal62473002664120434317
Binary1100101001111100001011011010010100001000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322718; }

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

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

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

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

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

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

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

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