#362913

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

Shades of Black Magic #362913

Tints of Black Magic #362913

Color information

#362913 (or 0x362913) is unknown color: approx Black Magic. HEX triplet: 36, 29 and 13. RGB value is (54,41,19). Sum of RGB (Red+Green+Blue) = 54+41+19=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #362913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362913 is #C9D6EC. Grayscale: #2A2A2A. Windows color (decimal): -13227757 or 1255734. OLE color: 1255734.

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

Color convert

RGB544119-
CMYK00.240.650.79
HSL37.71º47.95%14.31%-
HSV(B)37.71º64.81%21.18%-
XYZ2.432.420.95-
YUV42.38114.81136.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.37%
GREEN value IS 41 (16.41% from 255) = 35.96%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=47.37%
G=35.96%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54411900.240.650.7937.7147.9514.31
Hex362913018414F2630e
Octal665123030101117466016
Binary11011010100110011011000100000110011111001101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362913; }

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

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

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

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

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

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

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

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