#332A1D

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

Shades of Black Magic #332A1D

Tints of Black Magic #332A1D

Color information

#332A1D (or 0x332A1D) is unknown color: approx Black Magic. HEX triplet: 33, 2A and 1D. RGB value is (51,42,29). Sum of RGB (Red+Green+Blue) = 51+42+29=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 51 - color contains mainly: red. Hex color #332A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332A1D is #CCD5E2. Grayscale: #2B2B2B. Windows color (decimal): -13424099 or 1911347. OLE color: 1911347.

HSL color Cylindrical-coordinate representation of color #332A1D: hue angle of 35.45º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #332A1D is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB514229-
CMYK00.180.430.8
HSL35.45º27.5%15.69%-
HSV(B)35.45º43.14%20%-
XYZ2.412.451.51-
YUV43.21119.98133.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.80%
GREEN value IS 42 (16.80% from 255) = 34.43%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=41.80%
G=34.43%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51422900.180.430.835.4527.515.69
Hex332A1D0122B50231c10
Octal63523502253120433420
Binary1100111010101110101001010101110100001000111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332A1D; }

 p { color: rgb(51,42,29); }

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

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

 a { background-color: rgb(51,42,29); }

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

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

 span { border-color: rgb(51,42,29); }

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