#332913

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

Shades of Black Magic #332913

Tints of Black Magic #332913

Color information

#332913 (or 0x332913) is unknown color: approx Black Magic. HEX triplet: 33, 29 and 13. RGB value is (51,41,19). Sum of RGB (Red+Green+Blue) = 51+41+19=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #332913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332913 is #CCD6EC. Grayscale: #292929. Windows color (decimal): -13424365 or 1255731. OLE color: 1255731.

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

Color convert

RGB514119-
CMYK00.200.630.8
HSL41.25º45.71%13.73%-
HSV(B)41.25º62.75%20%-
XYZ2.282.340.95-
YUV41.48115.31134.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.95%
GREEN value IS 41 (16.41% from 255) = 36.94%
BLUE value IS 19 (7.81% from 255) = 17.12%
R=45.95%
G=36.94%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51411900.200.630.841.2545.7113.73
Hex3329130143F50292ee
Octal63512302477120515616
Binary1100111010011001101010011111110100001010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332913; }

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

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

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

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

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

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

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

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