#332C1E

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

Shades of Black Magic #332C1E

Tints of Black Magic #332C1E

Color information

#332C1E (or 0x332C1E) is unknown color: approx Black Magic. HEX triplet: 33, 2C and 1E. RGB value is (51,44,30). Sum of RGB (Red+Green+Blue) = 51+44+30=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 51 - color contains mainly: red. Hex color #332C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332C1E is #CCD3E1. Grayscale: #2C2C2C. Windows color (decimal): -13423586 or 1977395. OLE color: 1977395.

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

Color convert

RGB514430-
CMYK00.140.410.8
HSL40º25.93%15.88%-
HSV(B)40º41.18%20%-
XYZ2.52.61.6-
YUV44.5119.82132.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.8%
GREEN value IS 44 (17.58% from 255) = 35.2%
BLUE value IS 30 (12.11% from 255) = 24%
R=40.8%
G=35.2%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51443000.140.410.84025.9315.88
Hex332C1E0E2950281a10
Octal63543601651120503220
Binary110011101100111100111010100110100001010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,44,30); }

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

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

 a { background-color: rgb(51,44,30); }

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

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

 span { border-color: rgb(51,44,30); }

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