#362B15

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

Shades of Black Magic #362B15

Tints of Black Magic #362B15

Color information

#362B15 (or 0x362B15) is unknown color: approx Black Magic. HEX triplet: 36, 2B and 15. RGB value is (54,43,21). Sum of RGB (Red+Green+Blue) = 54+43+21=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #362B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362B15 is #C9D4EA. Grayscale: #2B2B2B. Windows color (decimal): -13227243 or 1387318. OLE color: 1387318.

HSL color Cylindrical-coordinate representation of color #362B15: hue angle of 40º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #362B15 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.79.

Color convert

RGB544321-
CMYK00.200.610.79
HSL40º44%14.71%-
HSV(B)40º61.11%21.18%-
XYZ2.522.571.07-
YUV43.78115.14135.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.76%
GREEN value IS 43 (17.19% from 255) = 36.44%
BLUE value IS 21 (8.59% from 255) = 17.80%
R=45.76%
G=36.44%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54432100.200.610.79404414.71
Hex362B150143D4F282cf
Octal66532502475117505417
Binary1101101010111010101010011110110011111010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,43,21); }

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

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

 a { background-color: rgb(54,43,21); }

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

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

 span { border-color: rgb(54,43,21); }

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