#332D1B

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

Shades of Black Magic #332D1B

Tints of Black Magic #332D1B

Color information

#332D1B (or 0x332D1B) is unknown color: approx Black Magic. HEX triplet: 33, 2D and 1B. RGB value is (51,45,27). Sum of RGB (Red+Green+Blue) = 51+45+27=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 51 - color contains mainly: red. Hex color #332D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D1B is #CCD2E4. Grayscale: #2C2C2C. Windows color (decimal): -13423333 or 1781043. OLE color: 1781043.

HSL color Cylindrical-coordinate representation of color #332D1B: hue angle of 45º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #332D1B is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB514527-
CMYK00.120.470.8
HSL45º30.77%15.29%-
HSV(B)45º47.06%20%-
XYZ2.52.661.42-
YUV44.74117.99132.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.46%
GREEN value IS 45 (17.97% from 255) = 36.59%
BLUE value IS 27 (10.94% from 255) = 21.95%
R=41.46%
G=36.59%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51452700.120.470.84530.7715.29
Hex332D1B0C2F502d1ff
Octal63553301457120553717
Binary11001110110111011011001011111010000101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,45,27); }

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

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

 a { background-color: rgb(51,45,27); }

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

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

 span { border-color: rgb(51,45,27); }

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