#362603

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

Shades of Black Magic #362603

Tints of Black Magic #362603

Color information

#362603 (or 0x362603) is unknown color: approx Black Magic. HEX triplet: 36, 26 and 03. RGB value is (54,38,3). Sum of RGB (Red+Green+Blue) = 54+38+3=95 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.84% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 54 - color contains mainly: red. Hex color #362603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362603 is #C9D9FC. Grayscale: #262626. Windows color (decimal): -13228541 or 206390. OLE color: 206390.

HSL color Cylindrical-coordinate representation of color #362603: hue angle of 41.18º 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 #362603 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB54383-
CMYK00.300.940.79
HSL41.18º89.47%11.18%-
HSV(B)41.18º94.44%21.18%-
XYZ2.232.180.39-
YUV38.79107.8138.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 56.84%
GREEN value IS 38 (15.23% from 255) = 40%
BLUE value IS 3 (1.56% from 255) = 3.16%
R=56.84%
G=40%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5438300.300.940.7941.1889.4711.18
Hex3626301E5E4F2959b
Octal664630361361175113113
Binary110110100110110111101011110100111110100110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362603; }

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

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

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

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

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

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

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

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