#332910

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

Shades of Black Magic #332910

Tints of Black Magic #332910

Color information

#332910 (or 0x332910) is unknown color: approx Black Magic. HEX triplet: 33, 29 and 10. RGB value is (51,41,16). Sum of RGB (Red+Green+Blue) = 51+41+16=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #332910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332910 is #CCD6EF. Grayscale: #292929. Windows color (decimal): -13424368 or 1059123. OLE color: 1059123.

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

Color convert

RGB514116-
CMYK00.200.690.8
HSL42.86º52.24%13.14%-
HSV(B)42.86º68.63%20%-
XYZ2.252.330.82-
YUV41.14113.81135.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.22%
GREEN value IS 41 (16.41% from 255) = 37.96%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=47.22%
G=37.96%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51411600.200.690.842.8652.2413.14
Hex33291001445502b34d
Octal635120024105120536415
Binary11001110100110000010100100010110100001010111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332910; }

 p { color: rgb(51,41,16); }

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

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

 a { background-color: rgb(51,41,16); }

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

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

 span { border-color: rgb(51,41,16); }

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