#332718

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

Shades of Black Magic #332718

Tints of Black Magic #332718

Color information

#332718 (or 0x332718) is unknown color: approx Black Magic. HEX triplet: 33, 27 and 18. RGB value is (51,39,24). Sum of RGB (Red+Green+Blue) = 51+39+24=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 51 - color contains mainly: red. Hex color #332718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332718 is #CCD8E7. Grayscale: #282828. Windows color (decimal): -13424872 or 1582899. OLE color: 1582899.

HSL color Cylindrical-coordinate representation of color #332718: hue angle of 33.33º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #332718 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB513924-
CMYK00.240.530.8
HSL33.33º36%14.71%-
HSV(B)33.33º52.94%20%-
XYZ2.262.221.17-
YUV40.88118.48135.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 44.74%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=44.74%
G=34.21%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51392400.240.530.833.333614.71
Hex33271801835502124f
Octal63473003065120414417
Binary1100111001111100001100011010110100001000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332718; }

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

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

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

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

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

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

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

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