#362C0E

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

Shades of Black Magic #362C0E

Tints of Black Magic #362C0E

Color information

#362C0E (or 0x362C0E) is unknown color: approx Black Magic. HEX triplet: 36, 2C and 0E. RGB value is (54,44,14). Sum of RGB (Red+Green+Blue) = 54+44+14=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #362C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362C0E is #C9D3F1. Grayscale: #2B2B2B. Windows color (decimal): -13226994 or 928822. OLE color: 928822.

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

Color convert

RGB544414-
CMYK00.190.740.79
HSL45º58.82%13.33%-
HSV(B)45º74.07%21.18%-
XYZ2.52.620.79-
YUV43.57111.31135.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.21%
GREEN value IS 44 (17.58% from 255) = 39.29%
BLUE value IS 14 (5.86% from 255) = 12.5%
R=48.21%
G=39.29%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54441400.190.740.794558.8213.33
Hex362CE0134A4F2d3bd
Octal665416023112117557315
Binary1101101011001110010011100101010011111011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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