#362C13

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

Shades of Black Magic #362C13

Tints of Black Magic #362C13

Color information

#362C13 (or 0x362C13) is unknown color: approx Black Magic. HEX triplet: 36, 2C and 13. RGB value is (54,44,19). Sum of RGB (Red+Green+Blue) = 54+44+19=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 54 - color contains mainly: red. Hex color #362C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362C13 is #C9D3EC. Grayscale: #2C2C2C. Windows color (decimal): -13226989 or 1256502. OLE color: 1256502.

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

Color convert

RGB544419-
CMYK00.190.650.79
HSL42.86º47.95%14.31%-
HSV(B)42.86º64.81%21.18%-
XYZ2.542.630.99-
YUV44.14113.81135.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.15%
GREEN value IS 44 (17.58% from 255) = 37.61%
BLUE value IS 19 (7.81% from 255) = 16.24%
R=46.15%
G=37.61%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54441900.190.650.7942.8647.9514.31
Hex362C13013414F2b30e
Octal665423023101117536016
Binary11011010110010011010011100000110011111010111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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