#332712

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

Shades of Black Magic #332712

Tints of Black Magic #332712

Color information

#332712 (or 0x332712) is unknown color: approx Black Magic. HEX triplet: 33, 27 and 12. RGB value is (51,39,18). Sum of RGB (Red+Green+Blue) = 51+39+18=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #332712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332712 is #CCD8ED. Grayscale: #282828. Windows color (decimal): -13424878 or 1189683. OLE color: 1189683.

HSL color Cylindrical-coordinate representation of color #332712: hue angle of 38.18º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #332712 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB513918-
CMYK00.240.650.8
HSL38.18º47.83%13.53%-
HSV(B)38.18º64.71%20%-
XYZ2.22.20.88-
YUV40.19115.48135.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.22%
GREEN value IS 39 (15.62% from 255) = 36.11%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=47.22%
G=36.11%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51391800.240.650.838.1847.8313.53
Hex33271201841502630e
Octal634722030101120466016
Binary11001110011110010011000100000110100001001101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332712; }

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

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

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

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

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

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

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

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