#362812

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

Shades of Black Magic #362812

Tints of Black Magic #362812

Color information

#362812 (or 0x362812) is unknown color: approx Black Magic. HEX triplet: 36, 28 and 12. RGB value is (54,40,18). Sum of RGB (Red+Green+Blue) = 54+40+18=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #362812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362812 is #C9D7ED. Grayscale: #292929. Windows color (decimal): -13228014 or 1189942. OLE color: 1189942.

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

Color convert

RGB544018-
CMYK00.260.670.79
HSL36.67º50%14.12%-
HSV(B)36.67º66.67%21.18%-
XYZ2.392.350.9-
YUV41.68114.64136.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.21%
GREEN value IS 40 (16.02% from 255) = 35.71%
BLUE value IS 18 (7.42% from 255) = 16.07%
R=48.21%
G=35.71%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54401800.260.670.7936.675014.12
Hex36281201A434F2532e
Octal665022032103117456216
Binary11011010100010010011010100001110011111001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362812; }

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

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

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

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

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

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

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

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