#35291B

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

Shades of Black Magic #35291B

Tints of Black Magic #35291B

Color information

#35291B (or 0x35291B) is unknown color: approx Black Magic. HEX triplet: 35, 29 and 1B. RGB value is (53,41,27). Sum of RGB (Red+Green+Blue) = 53+41+27=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #35291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35291B is #CAD6E4. Grayscale: #2B2B2B. Windows color (decimal): -13293285 or 1780021. OLE color: 1780021.

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

Color convert

RGB534127-
CMYK00.230.490.79
HSL32.31º32.5%15.69%-
HSV(B)32.31º49.06%20.78%-
XYZ2.462.421.37-
YUV42.99118.98135.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.80%
GREEN value IS 41 (16.41% from 255) = 33.88%
BLUE value IS 27 (10.94% from 255) = 22.31%
R=43.80%
G=33.88%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53412700.230.490.7932.3132.515.69
Hex35291B017314F202010
Octal65513302761117404020
Binary11010110100111011010111110001100111110000010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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