#332D1F

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

Shades of Black Magic #332D1F

Tints of Black Magic #332D1F

Color information

#332D1F (or 0x332D1F) is unknown color: approx Black Magic. HEX triplet: 33, 2D and 1F. RGB value is (51,45,31). Sum of RGB (Red+Green+Blue) = 51+45+31=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 51 - color contains mainly: red. Hex color #332D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D1F is #CCD2E0. Grayscale: #2D2D2D. Windows color (decimal): -13423329 or 2043187. OLE color: 2043187.

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

Color convert

RGB514531-
CMYK00.120.390.8
HSL42º24.39%16.08%-
HSV(B)42º39.22%20%-
XYZ2.552.681.68-
YUV45.2119.99132.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.16%
GREEN value IS 45 (17.97% from 255) = 35.43%
BLUE value IS 31 (12.5% from 255) = 24.41%
R=40.16%
G=35.43%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51453100.120.390.84224.3916.08
Hex332D1F0C27502a1810
Octal63553701447120523020
Binary110011101101111110110010011110100001010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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