#352909

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

Shades of Black Magic #352909

Tints of Black Magic #352909

Color information

#352909 (or 0x352909) is unknown color: approx Black Magic. HEX triplet: 35, 29 and 09. RGB value is (53,41,9). Sum of RGB (Red+Green+Blue) = 53+41+9=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #352909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352909 is #CAD6F6. Grayscale: #292929. Windows color (decimal): -13293303 or 600373. OLE color: 600373.

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

Color convert

RGB53419-
CMYK00.230.830.79
HSL43.64º70.97%12.16%-
HSV(B)43.64º83.02%20.78%-
XYZ2.312.360.59-
YUV40.94109.98136.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.46%
GREEN value IS 41 (16.41% from 255) = 39.81%
BLUE value IS 9 (3.91% from 255) = 8.74%
R=51.46%
G=39.81%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5341900.230.830.7943.6470.9712.16
Hex35299017534F2c47c
Octal6551110271231175410714
Binary11010110100110010101111010011100111110110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352909; }

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

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

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

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

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

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

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

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