#362400

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

Shades of Black Magic #362400

Tints of Black Magic #362400

Color information

#362400 (or 0x362400) is unknown color: approx Black Magic. HEX triplet: 36, 24 and 00. RGB value is (54,36,0). Sum of RGB (Red+Green+Blue) = 54+36+0=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #362400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362400 is #C9DBFF. Grayscale: #252525. Windows color (decimal): -13229056 or 9270. OLE color: 9270.

HSL color Cylindrical-coordinate representation of color #362400: hue angle of 40º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #362400 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB54360-
CMYK00.3310.79
HSL40º100%10.59%-
HSV(B)40º100%21.18%-
XYZ2.152.050.28-
YUV37.28106.96139.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60%
GREEN value IS 36 (14.45% from 255) = 40%
BLUE value IS 0 (0.39% from 255) = 0%
R=60%
G=40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5436000.3310.794010010.59
Hex36240021644F2864b
Octal664400411441175014413
Binary110110100100001000011100100100111110100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362400; }

 p { color: rgb(54,36,0); }

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

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

 a { background-color: rgb(54,36,0); }

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

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

 span { border-color: rgb(54,36,0); }

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