#362901

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

Shades of Black Magic #362901

Tints of Black Magic #362901

Color information

#362901 (or 0x362901) is unknown color: approx Black Magic. HEX triplet: 36, 29 and 01. RGB value is (54,41,1). Sum of RGB (Red+Green+Blue) = 54+41+1=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #362901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362901 is #C9D6FE. Grayscale: #282828. Windows color (decimal): -13227775 or 76086. OLE color: 76086.

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

Color convert

RGB54411-
CMYK00.240.980.79
HSL45.28º96.36%10.78%-
HSV(B)45.28º98.15%21.18%-
XYZ2.322.370.36-
YUV40.33105.81137.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 56.25%
GREEN value IS 41 (16.41% from 255) = 42.71%
BLUE value IS 1 (0.78% from 255) = 1.04%
R=56.25%
G=42.71%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5441100.240.980.7945.2896.3610.78
Hex36291018624F2d60b
Octal665110301421175514013
Binary11011010100110110001100010100111110110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362901; }

 p { color: rgb(54,41,1); }

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

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

 a { background-color: rgb(54,41,1); }

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

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

 span { border-color: rgb(54,41,1); }

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