#362B0C

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

Shades of Black Magic #362B0C

Tints of Black Magic #362B0C

Color information

#362B0C (or 0x362B0C) is unknown color: approx Black Magic. HEX triplet: 36, 2B and 0C. RGB value is (54,43,12). Sum of RGB (Red+Green+Blue) = 54+43+12=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #362B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362B0C is #C9D4F3. Grayscale: #2A2A2A. Windows color (decimal): -13227252 or 797494. OLE color: 797494.

HSL color Cylindrical-coordinate representation of color #362B0C: hue angle of 44.29º 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 #362B0C is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB544312-
CMYK00.200.780.79
HSL44.29º63.64%12.94%-
HSV(B)44.29º77.78%21.18%-
XYZ2.452.540.71-
YUV42.76110.64136.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.54%
GREEN value IS 43 (17.19% from 255) = 39.45%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=49.54%
G=39.45%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54431200.200.780.7944.2963.6412.94
Hex362BC0144E4F2c40d
Octal6653140241161175410015
Binary11011010101111000101001001110100111110110010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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