#362A13

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

Shades of Black Magic #362A13

Tints of Black Magic #362A13

Color information

#362A13 (or 0x362A13) is unknown color: approx Black Magic. HEX triplet: 36, 2A and 13. RGB value is (54,42,19). Sum of RGB (Red+Green+Blue) = 54+42+19=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #362A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362A13 is #C9D5EC. Grayscale: #2B2B2B. Windows color (decimal): -13227501 or 1255990. OLE color: 1255990.

HSL color Cylindrical-coordinate representation of color #362A13: hue angle of 39.43º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #362A13 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB544219-
CMYK00.220.650.79
HSL39.43º47.95%14.31%-
HSV(B)39.43º64.81%21.18%-
XYZ2.472.490.97-
YUV42.97114.48135.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.96%
GREEN value IS 42 (16.80% from 255) = 36.52%
BLUE value IS 19 (7.81% from 255) = 16.52%
R=46.96%
G=36.52%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54421900.220.650.7939.4347.9514.31
Hex362A13016414F2730e
Octal665223026101117476016
Binary11011010101010011010110100000110011111001111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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