#271E0D

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

Shades of Black Magic #271E0D

Tints of Black Magic #271E0D

Color information

#271E0D (or 0x271E0D) is unknown color: approx Black Magic. HEX triplet: 27, 1E and 0D. RGB value is (39,30,13). Sum of RGB (Red+Green+Blue) = 39+30+13=82 (10% of max value = 765). Red value is 39 (15.62% from 255 or 47.56% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 39 - color contains mainly: red. Hex color #271E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271E0D is #D8E1F2. Grayscale: #1E1E1E. Windows color (decimal): -14213619 or 859687. OLE color: 859687.

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

Color convert

RGB393013-
CMYK00.230.670.85
HSL39.23º50%10.2%-
HSV(B)39.23º66.67%15.29%-
XYZ1.371.390.58-
YUV30.75117.98133.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 47.56%
GREEN value IS 30 (12.11% from 255) = 36.59%
BLUE value IS 13 (5.47% from 255) = 15.85%
R=47.56%
G=36.59%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39301300.230.670.8539.235010.2
Hex271ED01743552732a
Octal473615027103125476212
Binary100111111101101010111100001110101011001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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