#35260E

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

Shades of Black Magic #35260E

Tints of Black Magic #35260E

Color information

#35260E (or 0x35260E) is unknown color: approx Black Magic. HEX triplet: 35, 26 and 0E. RGB value is (53,38,14). Sum of RGB (Red+Green+Blue) = 53+38+14=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #35260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35260E is #CAD9F1. Grayscale: #272727. Windows color (decimal): -13294066 or 927285. OLE color: 927285.

HSL color Cylindrical-coordinate representation of color #35260E: hue angle of 36.92º 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 #35260E is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB533814-
CMYK00.280.740.79
HSL36.92º58.21%13.14%-
HSV(B)36.92º73.58%20.78%-
XYZ2.242.170.72-
YUV39.75113.47137.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.48%
GREEN value IS 38 (15.23% from 255) = 36.19%
BLUE value IS 14 (5.86% from 255) = 13.33%
R=50.48%
G=36.19%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53381400.280.740.7936.9258.2113.14
Hex3526E01C4A4F253ad
Octal654616034112117457215
Binary1101011001101110011100100101010011111001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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