#35270E

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

Shades of Black Magic #35270E

Tints of Black Magic #35270E

Color information

#35270E (or 0x35270E) is unknown color: approx Black Magic. HEX triplet: 35, 27 and 0E. RGB value is (53,39,14). Sum of RGB (Red+Green+Blue) = 53+39+14=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #35270E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35270E is #CAD8F1. Grayscale: #282828. Windows color (decimal): -13293810 or 927541. OLE color: 927541.

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

Color convert

RGB533914-
CMYK00.260.740.79
HSL38.46º58.21%13.14%-
HSV(B)38.46º73.58%20.78%-
XYZ2.272.240.73-
YUV40.34113.14137.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50%
GREEN value IS 39 (15.62% from 255) = 36.79%
BLUE value IS 14 (5.86% from 255) = 13.21%
R=50%
G=36.79%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53391400.260.740.7938.4658.2113.14
Hex3527E01A4A4F263ad
Octal654716032112117467215
Binary1101011001111110011010100101010011111001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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