#332B1D

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

Shades of Black Magic #332B1D

Tints of Black Magic #332B1D

Color information

#332B1D (or 0x332B1D) is unknown color: approx Black Magic. HEX triplet: 33, 2B and 1D. RGB value is (51,43,29). Sum of RGB (Red+Green+Blue) = 51+43+29=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 51 - color contains mainly: red. Hex color #332B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332B1D is #CCD4E2. Grayscale: #2B2B2B. Windows color (decimal): -13423843 or 1911603. OLE color: 1911603.

HSL color Cylindrical-coordinate representation of color #332B1D: hue angle of 38.18º 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 #332B1D is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB514329-
CMYK00.160.430.8
HSL38.18º27.5%15.69%-
HSV(B)38.18º43.14%20%-
XYZ2.452.521.52-
YUV43.8119.65133.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.46%
GREEN value IS 43 (17.19% from 255) = 34.96%
BLUE value IS 29 (11.72% from 255) = 23.58%
R=41.46%
G=34.96%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51432900.160.430.838.1827.515.69
Hex332B1D0102B50261c10
Octal63533502053120463420
Binary1100111010111110101000010101110100001001101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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