#332612

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

Shades of Black Magic #332612

Tints of Black Magic #332612

Color information

#332612 (or 0x332612) is unknown color: approx Black Magic. HEX triplet: 33, 26 and 12. RGB value is (51,38,18). Sum of RGB (Red+Green+Blue) = 51+38+18=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #332612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332612 is #CCD9ED. Grayscale: #272727. Windows color (decimal): -13425134 or 1189427. OLE color: 1189427.

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

Color convert

RGB513818-
CMYK00.250.650.8
HSL36.36º47.83%13.53%-
HSV(B)36.36º64.71%20%-
XYZ2.172.130.87-
YUV39.61115.81136.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.66%
GREEN value IS 38 (15.23% from 255) = 35.51%
BLUE value IS 18 (7.42% from 255) = 16.82%
R=47.66%
G=35.51%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51381800.250.650.836.3647.8313.53
Hex33261201941502430e
Octal634622031101120446016
Binary11001110011010010011001100000110100001001001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332612; }

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

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

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

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

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

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

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

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