#332C1D

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

Shades of Black Magic #332C1D

Tints of Black Magic #332C1D

Color information

#332C1D (or 0x332C1D) is unknown color: approx Black Magic. HEX triplet: 33, 2C and 1D. RGB value is (51,44,29). Sum of RGB (Red+Green+Blue) = 51+44+29=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 51 - color contains mainly: red. Hex color #332C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332C1D is #CCD3E2. Grayscale: #2C2C2C. Windows color (decimal): -13423587 or 1911859. OLE color: 1911859.

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

Color convert

RGB514429-
CMYK00.140.430.8
HSL40.91º27.5%15.69%-
HSV(B)40.91º43.14%20%-
XYZ2.492.591.53-
YUV44.38119.32132.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.13%
GREEN value IS 44 (17.58% from 255) = 35.48%
BLUE value IS 29 (11.72% from 255) = 23.39%
R=41.13%
G=35.48%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51442900.140.430.840.9127.515.69
Hex332C1D0E2B50291c10
Octal63543501653120513420
Binary110011101100111010111010101110100001010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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