#362915

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

Shades of Black Magic #362915

Tints of Black Magic #362915

Color information

#362915 (or 0x362915) is unknown color: approx Black Magic. HEX triplet: 36, 29 and 15. RGB value is (54,41,21). Sum of RGB (Red+Green+Blue) = 54+41+21=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 54 - color contains mainly: red. Hex color #362915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362915 is #C9D6EA. Grayscale: #2A2A2A. Windows color (decimal): -13227755 or 1386806. OLE color: 1386806.

HSL color Cylindrical-coordinate representation of color #362915: hue angle of 36.36º 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 #362915 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.79.

Color convert

RGB544121-
CMYK00.240.610.79
HSL36.36º44%14.71%-
HSV(B)36.36º61.11%21.18%-
XYZ2.452.421.05-
YUV42.61115.81136.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.55%
GREEN value IS 41 (16.41% from 255) = 35.34%
BLUE value IS 21 (8.59% from 255) = 18.10%
R=46.55%
G=35.34%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54412100.240.610.7936.364414.71
Hex3629150183D4F242cf
Octal66512503075117445417
Binary1101101010011010101100011110110011111001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362915; }

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

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

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

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

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

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

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

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