#332C1A

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

Shades of Black Magic #332C1A

Tints of Black Magic #332C1A

Color information

#332C1A (or 0x332C1A) is unknown color: approx Black Magic. HEX triplet: 33, 2C and 1A. RGB value is (51,44,26). Sum of RGB (Red+Green+Blue) = 51+44+26=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 51 - color contains mainly: red. Hex color #332C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332C1A is #CCD3E5. Grayscale: #2C2C2C. Windows color (decimal): -13423590 or 1715251. OLE color: 1715251.

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

Color convert

RGB514426-
CMYK00.140.490.8
HSL43.2º32.47%15.1%-
HSV(B)43.2º49.02%20%-
XYZ2.452.581.35-
YUV44.04117.82132.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.15%
GREEN value IS 44 (17.58% from 255) = 36.36%
BLUE value IS 26 (10.55% from 255) = 21.49%
R=42.15%
G=36.36%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51442600.140.490.843.232.4715.1
Hex332C1A0E31502b20f
Octal63543201661120534017
Binary110011101100110100111011000110100001010111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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