#362503

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

Shades of Black Magic #362503

Tints of Black Magic #362503

Color information

#362503 (or 0x362503) is unknown color: approx Black Magic. HEX triplet: 36, 25 and 03. RGB value is (54,37,3). Sum of RGB (Red+Green+Blue) = 54+37+3=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #362503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362503 is #C9DAFC. Grayscale: #262626. Windows color (decimal): -13228797 or 206134. OLE color: 206134.

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

Color convert

RGB54373-
CMYK00.310.940.79
HSL40º89.47%11.18%-
HSV(B)40º94.44%21.18%-
XYZ2.22.110.38-
YUV38.21108.13139.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 57.45%
GREEN value IS 37 (14.84% from 255) = 39.36%
BLUE value IS 3 (1.56% from 255) = 3.19%
R=57.45%
G=39.36%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5437300.310.940.794089.4711.18
Hex3625301F5E4F2859b
Octal664530371361175013113
Binary110110100101110111111011110100111110100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362503; }

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

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

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

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

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

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

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

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