#362B1C

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

Shades of Black Magic #362B1C

Tints of Black Magic #362B1C

Color information

#362B1C (or 0x362B1C) is unknown color: approx Black Magic. HEX triplet: 36, 2B and 1C. RGB value is (54,43,28). Sum of RGB (Red+Green+Blue) = 54+43+28=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #362B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B1C is #C9D4E3. Grayscale: #2C2C2C. Windows color (decimal): -13227236 or 1846070. OLE color: 1846070.

HSL color Cylindrical-coordinate representation of color #362B1C: hue angle of 34.62º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #362B1C is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB544328-
CMYK00.200.480.79
HSL34.62º31.71%16.08%-
HSV(B)34.62º48.15%21.18%-
XYZ2.592.61.46-
YUV44.58118.64134.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.2%
GREEN value IS 43 (17.19% from 255) = 34.4%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=43.2%
G=34.4%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54432800.200.480.7934.6231.7116.08
Hex362B1C014304F232010
Octal66533402460117434020
Binary11011010101111100010100110000100111110001110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,43,28); }

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

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

 a { background-color: rgb(54,43,28); }

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

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

 span { border-color: rgb(54,43,28); }

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