#362814

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

Shades of Black Magic #362814

Tints of Black Magic #362814

Color information

#362814 (or 0x362814) is unknown color: approx Black Magic. HEX triplet: 36, 28 and 14. RGB value is (54,40,20). Sum of RGB (Red+Green+Blue) = 54+40+20=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #362814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362814 is #C9D7EB. Grayscale: #2A2A2A. Windows color (decimal): -13228012 or 1321014. OLE color: 1321014.

HSL color Cylindrical-coordinate representation of color #362814: hue angle of 35.29º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #362814 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB544020-
CMYK00.260.630.79
HSL35.29º45.95%14.51%-
HSV(B)35.29º62.96%21.18%-
XYZ2.412.350.99-
YUV41.91115.64136.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.37%
GREEN value IS 40 (16.02% from 255) = 35.09%
BLUE value IS 20 (8.20% from 255) = 17.54%
R=47.37%
G=35.09%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54402000.260.630.7935.2945.9514.51
Hex36281401A3F4F232ef
Octal66502403277117435617
Binary1101101010001010001101011111110011111000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362814; }

 p { color: rgb(54,40,20); }

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

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

 a { background-color: rgb(54,40,20); }

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

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

 span { border-color: rgb(54,40,20); }

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