#332505

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

Shades of Black Magic #332505

Tints of Black Magic #332505

Color information

#332505 (or 0x332505) is unknown color: approx Black Magic. HEX triplet: 33, 25 and 05. RGB value is (51,37,5). Sum of RGB (Red+Green+Blue) = 51+37+5=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #332505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332505 is #CCDAFA. Grayscale: #252525. Windows color (decimal): -13425403 or 337203. OLE color: 337203.

HSL color Cylindrical-coordinate representation of color #332505: hue angle of 41.74º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #332505 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB51375-
CMYK00.270.900.8
HSL41.74º82.14%10.98%-
HSV(B)41.74º90.2%20%-
XYZ2.052.040.43-
YUV37.54109.64137.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 54.84%
GREEN value IS 37 (14.84% from 255) = 39.78%
BLUE value IS 5 (2.34% from 255) = 5.38%
R=54.84%
G=39.78%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5137500.270.900.841.7482.1410.98
Hex3325501B5A502a52b
Octal634550331321205212213
Binary1100111001011010110111011010101000010101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332505; }

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

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

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

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

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

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

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

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