#35280E

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

Shades of Black Magic #35280E

Tints of Black Magic #35280E

Color information

#35280E (or 0x35280E) is unknown color: approx Black Magic. HEX triplet: 35, 28 and 0E. RGB value is (53,40,14). Sum of RGB (Red+Green+Blue) = 53+40+14=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #35280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35280E is #CAD7F1. Grayscale: #292929. Windows color (decimal): -13293554 or 927797. OLE color: 927797.

HSL color Cylindrical-coordinate representation of color #35280E: hue angle of 40º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35280E is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB534014-
CMYK00.250.740.79
HSL40º58.21%13.14%-
HSV(B)40º73.58%20.78%-
XYZ2.312.310.74-
YUV40.92112.81136.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.53%
GREEN value IS 40 (16.02% from 255) = 37.38%
BLUE value IS 14 (5.86% from 255) = 13.08%
R=49.53%
G=37.38%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53401400.250.740.794058.2113.14
Hex3528E0194A4F283ad
Octal655016031112117507215
Binary1101011010001110011001100101010011111010001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35280E; }

 p { color: rgb(53,40,14); }

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

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

 a { background-color: rgb(53,40,14); }

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

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

 span { border-color: rgb(53,40,14); }

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