#362A06

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

Shades of Black Magic #362A06

Tints of Black Magic #362A06

Color information

#362A06 (or 0x362A06) is unknown color: approx Black Magic. HEX triplet: 36, 2A and 06. RGB value is (54,42,6). Sum of RGB (Red+Green+Blue) = 54+42+6=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 42 (16.80% from 255 or 41.18% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #362A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362A06 is #C9D5F9. Grayscale: #292929. Windows color (decimal): -13227514 or 404022. OLE color: 404022.

HSL color Cylindrical-coordinate representation of color #362A06: hue angle of 45º 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 #362A06 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.79.

Color convert

RGB54426-
CMYK00.220.890.79
HSL45º80%11.76%-
HSV(B)45º88.89%21.18%-
XYZ2.382.450.52-
YUV41.48107.98136.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 52.94%
GREEN value IS 42 (16.80% from 255) = 41.18%
BLUE value IS 6 (2.73% from 255) = 5.88%
R=52.94%
G=41.18%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5442600.220.890.79458011.76
Hex362A6016594F2d50c
Octal665260261311175512014
Binary1101101010101100101101011001100111110110110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362A06; }

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

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

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

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

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

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

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

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