#35290B

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

Shades of Black Magic #35290B

Tints of Black Magic #35290B

Color information

#35290B (or 0x35290B) is unknown color: approx Black Magic. HEX triplet: 35, 29 and 0B. RGB value is (53,41,11). Sum of RGB (Red+Green+Blue) = 53+41+11=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 41 (16.41% from 255 or 39.05% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #35290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35290B is #CAD6F4. Grayscale: #292929. Windows color (decimal): -13293301 or 731445. OLE color: 731445.

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

Color convert

RGB534111-
CMYK00.230.790.79
HSL42.86º65.62%12.55%-
HSV(B)42.86º79.25%20.78%-
XYZ2.322.370.65-
YUV41.17110.98136.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.48%
GREEN value IS 41 (16.41% from 255) = 39.05%
BLUE value IS 11 (4.69% from 255) = 10.48%
R=50.48%
G=39.05%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53411100.230.790.7942.8665.6212.55
Hex3529B0174F4F2b42d
Octal6551130271171175310215
Binary11010110100110110101111001111100111110101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35290B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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