#362909

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

Shades of Black Magic #362909

Tints of Black Magic #362909

Color information

#362909 (or 0x362909) is unknown color: approx Black Magic. HEX triplet: 36, 29 and 09. RGB value is (54,41,9). Sum of RGB (Red+Green+Blue) = 54+41+9=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #362909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362909 is #C9D6F6. Grayscale: #292929. Windows color (decimal): -13227767 or 600374. OLE color: 600374.

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

Color convert

RGB54419-
CMYK00.240.830.79
HSL42.67º71.43%12.35%-
HSV(B)42.67º83.33%21.18%-
XYZ2.362.390.6-
YUV41.24109.81137.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.92%
GREEN value IS 41 (16.41% from 255) = 39.42%
BLUE value IS 9 (3.91% from 255) = 8.65%
R=51.92%
G=39.42%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5441900.240.830.7942.6771.4312.35
Hex36299018534F2b47c
Octal6651110301231175310714
Binary11011010100110010110001010011100111110101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362909; }

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

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

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

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

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

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

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

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