#35290A

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

Shades of Black Magic #35290A

Tints of Black Magic #35290A

Color information

#35290A (or 0x35290A) is unknown color: approx Black Magic. HEX triplet: 35, 29 and 0A. RGB value is (53,41,10). Sum of RGB (Red+Green+Blue) = 53+41+10=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #35290A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35290A is #CAD6F5. Grayscale: #292929. Windows color (decimal): -13293302 or 665909. OLE color: 665909.

HSL color Cylindrical-coordinate representation of color #35290A: hue angle of 43.26º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35290A is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB534110-
CMYK00.230.810.79
HSL43.26º68.25%12.35%-
HSV(B)43.26º81.13%20.78%-
XYZ2.322.360.62-
YUV41.05110.48136.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.96%
GREEN value IS 41 (16.41% from 255) = 39.42%
BLUE value IS 10 (4.30% from 255) = 9.62%
R=50.96%
G=39.42%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53411000.230.810.7943.2668.2512.35
Hex3529A017514F2b44c
Octal6551120271211175310414
Binary11010110100110100101111010001100111110101110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35290A; }

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

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

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

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

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

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

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

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