#332611

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

Shades of Black Magic #332611

Tints of Black Magic #332611

Color information

#332611 (or 0x332611) is unknown color: approx Black Magic. HEX triplet: 33, 26 and 11. RGB value is (51,38,17). Sum of RGB (Red+Green+Blue) = 51+38+17=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #332611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332611 is #CCD9EE. Grayscale: #272727. Windows color (decimal): -13425135 or 1123891. OLE color: 1123891.

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

Color convert

RGB513817-
CMYK00.250.670.8
HSL37.06º50%13.33%-
HSV(B)37.06º66.67%20%-
XYZ2.162.130.83-
YUV39.49115.31136.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 38 (15.23% from 255) = 35.85%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=48.11%
G=35.85%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51381700.250.670.837.065013.33
Hex33261101943502532d
Octal634621031103120456215
Binary11001110011010001011001100001110100001001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332611; }

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

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

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

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

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

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

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

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