#362806

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

Shades of Black Magic #362806

Tints of Black Magic #362806

Color information

#362806 (or 0x362806) is unknown color: approx Black Magic. HEX triplet: 36, 28 and 06. RGB value is (54,40,6). Sum of RGB (Red+Green+Blue) = 54+40+6=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 40 (16.02% from 255 or 40% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #362806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362806 is #C9D7F9. Grayscale: #282828. Windows color (decimal): -13228026 or 403510. OLE color: 403510.

HSL color Cylindrical-coordinate representation of color #362806: hue angle of 42.5º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #362806 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.79.

Color convert

RGB54406-
CMYK00.260.890.79
HSL42.5º80%11.76%-
HSV(B)42.5º88.89%21.18%-
XYZ2.312.320.5-
YUV40.31108.64137.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 54%
GREEN value IS 40 (16.02% from 255) = 40%
BLUE value IS 6 (2.73% from 255) = 6%
R=54%
G=40%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5440600.260.890.7942.58011.76
Hex3628601A594F2a50c
Octal665060321311175212014
Binary1101101010001100110101011001100111110101010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362806; }

 p { color: rgb(54,40,6); }

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

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

 a { background-color: rgb(54,40,6); }

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

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

 span { border-color: rgb(54,40,6); }

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