#332D26

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

Shades of Black Magic #332D26

Tints of Black Magic #332D26

Color information

#332D26 (or 0x332D26) is unknown color: approx Black Magic. HEX triplet: 33, 2D and 26. RGB value is (51,45,38). Sum of RGB (Red+Green+Blue) = 51+45+38=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 51 - color contains mainly: red. Hex color #332D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D26 is #CCD2D9. Grayscale: #2E2E2E. Windows color (decimal): -13423322 or 2501939. OLE color: 2501939.

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

Color convert

RGB514538-
CMYK00.120.250.8
HSL32.31º14.61%17.45%-
HSV(B)32.31º25.49%20%-
XYZ2.652.722.22-
YUV46123.49131.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.06%
GREEN value IS 45 (17.97% from 255) = 33.58%
BLUE value IS 38 (15.23% from 255) = 28.36%
R=38.06%
G=33.58%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51453800.120.250.832.3114.6117.45
Hex332D260C195020f11
Octal63554601431120401721
Binary11001110110110011001100110011010000100000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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