#35291A

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

Shades of Black Magic #35291A

Tints of Black Magic #35291A

Color information

#35291A (or 0x35291A) is unknown color: approx Black Magic. HEX triplet: 35, 29 and 1A. RGB value is (53,41,26). Sum of RGB (Red+Green+Blue) = 53+41+26=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #35291A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35291A is #CAD6E5. Grayscale: #2A2A2A. Windows color (decimal): -13293286 or 1714485. OLE color: 1714485.

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

Color convert

RGB534126-
CMYK00.230.510.79
HSL33.33º34.18%15.49%-
HSV(B)33.33º50.94%20.78%-
XYZ2.452.421.31-
YUV42.88118.48135.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.17%
GREEN value IS 41 (16.41% from 255) = 34.17%
BLUE value IS 26 (10.55% from 255) = 21.67%
R=44.17%
G=34.17%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53412600.230.510.7933.3334.1815.49
Hex35291A017334F2122f
Octal65513202763117414217
Binary1101011010011101001011111001110011111000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35291A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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