#362502

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

Shades of Black Magic #362502

Tints of Black Magic #362502

Color information

#362502 (or 0x362502) is unknown color: approx Black Magic. HEX triplet: 36, 25 and 02. RGB value is (54,37,2). Sum of RGB (Red+Green+Blue) = 54+37+2=93 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.06% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 54 - color contains mainly: red. Hex color #362502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362502 is #C9DAFD. Grayscale: #262626. Windows color (decimal): -13228798 or 140598. OLE color: 140598.

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

Color convert

RGB54372-
CMYK00.310.960.79
HSL40.38º92.86%10.98%-
HSV(B)40.38º96.3%21.18%-
XYZ2.192.110.35-
YUV38.09107.63139.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 58.06%
GREEN value IS 37 (14.84% from 255) = 39.78%
BLUE value IS 2 (1.17% from 255) = 2.15%
R=58.06%
G=39.78%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5437200.310.960.7940.3892.8610.98
Hex3625201F604F285db
Octal664520371401175013513
Binary110110100101100111111100000100111110100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362502; }

 p { color: rgb(54,37,2); }

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

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

 a { background-color: rgb(54,37,2); }

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

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

 span { border-color: rgb(54,37,2); }

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