#332711

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

Shades of Black Magic #332711

Tints of Black Magic #332711

Color information

#332711 (or 0x332711) is unknown color: approx Black Magic. HEX triplet: 33, 27 and 11. RGB value is (51,39,17). Sum of RGB (Red+Green+Blue) = 51+39+17=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #332711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332711 is #CCD8EE. Grayscale: #282828. Windows color (decimal): -13424879 or 1124147. OLE color: 1124147.

HSL color Cylindrical-coordinate representation of color #332711: hue angle of 38.82º 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 #332711 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB513917-
CMYK00.240.670.8
HSL38.82º50%13.33%-
HSV(B)38.82º66.67%20%-
XYZ2.192.20.84-
YUV40.08114.98135.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.66%
GREEN value IS 39 (15.62% from 255) = 36.45%
BLUE value IS 17 (7.03% from 255) = 15.89%
R=47.66%
G=36.45%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51391700.240.670.838.825013.33
Hex33271101843502732d
Octal634721030103120476215
Binary11001110011110001011000100001110100001001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332711; }

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

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

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

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

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

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

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

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