#332603

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

Shades of Black Magic #332603

Tints of Black Magic #332603

Color information

#332603 (or 0x332603) is unknown color: approx Black Magic. HEX triplet: 33, 26 and 03. RGB value is (51,38,3). Sum of RGB (Red+Green+Blue) = 51+38+3=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #332603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332603 is #CCD9FC. Grayscale: #262626. Windows color (decimal): -13425149 or 206387. OLE color: 206387.

HSL color Cylindrical-coordinate representation of color #332603: hue angle of 43.75º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #332603 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.8.

Color convert

RGB51383-
CMYK00.250.940.8
HSL43.75º88.89%10.59%-
HSV(B)43.75º94.12%20%-
XYZ2.072.10.38-
YUV37.9108.31137.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 55.43%
GREEN value IS 38 (15.23% from 255) = 41.30%
BLUE value IS 3 (1.56% from 255) = 3.26%
R=55.43%
G=41.30%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5138300.250.940.843.7588.8910.59
Hex332630195E502c59b
Octal634630311361205413113
Binary110011100110110110011011110101000010110010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332603; }

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

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

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

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

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

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

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

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