#332D25

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

Shades of Black Magic #332D25

Tints of Black Magic #332D25

Color information

#332D25 (or 0x332D25) is unknown color: approx Black Magic. HEX triplet: 33, 2D and 25. RGB value is (51,45,37). Sum of RGB (Red+Green+Blue) = 51+45+37=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 51 - color contains mainly: red. Hex color #332D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D25 is #CCD2DA. Grayscale: #2D2D2D. Windows color (decimal): -13423323 or 2436403. OLE color: 2436403.

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

Color convert

RGB514537-
CMYK00.120.270.8
HSL34.29º15.91%17.25%-
HSV(B)34.29º27.45%20%-
XYZ2.642.712.14-
YUV45.88122.99131.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.35%
GREEN value IS 45 (17.97% from 255) = 33.83%
BLUE value IS 37 (14.84% from 255) = 27.82%
R=38.35%
G=33.83%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51453700.120.270.834.2915.9117.25
Hex332D250C1B50221011
Octal63554501433120422021
Binary110011101101100101011001101110100001000101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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