#271E10

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

Shades of Black Magic #271E10

Tints of Black Magic #271E10

Color information

#271E10 (or 0x271E10) is unknown color: approx Black Magic. HEX triplet: 27, 1E and 10. RGB value is (39,30,16). Sum of RGB (Red+Green+Blue) = 39+30+16=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 39 - color contains mainly: red. Hex color #271E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271E10 is #D8E1EF. Grayscale: #1F1F1F. Windows color (decimal): -14213616 or 1056295. OLE color: 1056295.

HSL color Cylindrical-coordinate representation of color #271E10: hue angle of 36.52º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #271E10 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB393016-
CMYK00.230.590.85
HSL36.52º41.82%10.78%-
HSV(B)36.52º58.97%15.29%-
XYZ1.391.40.69-
YUV31.1119.48133.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 45.88%
GREEN value IS 30 (12.11% from 255) = 35.29%
BLUE value IS 16 (6.64% from 255) = 18.82%
R=45.88%
G=35.29%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39301600.230.590.8536.5241.8210.78
Hex271E100173B55252ab
Octal47362002773125455213
Binary100111111101000001011111101110101011001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271E10; }

 p { color: rgb(39,30,16); }

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

<style>
 a { background-color: #271E10; }

 a { background-color: rgb(39,30,16); }

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

<style>
 span { border-color: #271E10; }

 span { border-color: rgb(39,30,16); }

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