#362C0C

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

Shades of Black Magic #362C0C

Tints of Black Magic #362C0C

Color information

#362C0C (or 0x362C0C) is unknown color: approx Black Magic. HEX triplet: 36, 2C and 0C. RGB value is (54,44,12). Sum of RGB (Red+Green+Blue) = 54+44+12=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #362C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362C0C is #C9D3F3. Grayscale: #2B2B2B. Windows color (decimal): -13226996 or 797750. OLE color: 797750.

HSL color Cylindrical-coordinate representation of color #362C0C: hue angle of 45.71º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #362C0C is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB544412-
CMYK00.190.780.79
HSL45.71º63.64%12.94%-
HSV(B)45.71º77.78%21.18%-
XYZ2.492.610.72-
YUV43.34110.31135.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.09%
GREEN value IS 44 (17.58% from 255) = 40%
BLUE value IS 12 (5.08% from 255) = 10.91%
R=49.09%
G=40%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54441200.190.780.7945.7163.6412.94
Hex362CC0134E4F2e40d
Octal6654140231161175610015
Binary11011010110011000100111001110100111110111010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,44,12); }

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

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

 a { background-color: rgb(54,44,12); }

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

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

 span { border-color: rgb(54,44,12); }

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