#332511

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

Shades of Black Magic #332511

Tints of Black Magic #332511

Color information

#332511 (or 0x332511) is unknown color: approx Black Magic. HEX triplet: 33, 25 and 11. RGB value is (51,37,17). Sum of RGB (Red+Green+Blue) = 51+37+17=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 51 - color contains mainly: red. Hex color #332511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332511 is #CCDAEE. Grayscale: #262626. Windows color (decimal): -13425391 or 1123635. OLE color: 1123635.

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

Color convert

RGB513717-
CMYK00.270.670.8
HSL35.29º50%13.33%-
HSV(B)35.29º66.67%20%-
XYZ2.132.070.82-
YUV38.91115.64136.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.57%
GREEN value IS 37 (14.84% from 255) = 35.24%
BLUE value IS 17 (7.03% from 255) = 16.19%
R=48.57%
G=35.24%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51371700.270.670.835.295013.33
Hex33251101B43502332d
Octal634521033103120436215
Binary11001110010110001011011100001110100001000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332511; }

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

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

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

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

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

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

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

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