#271D0A

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

Shades of Black Magic #271D0A

Tints of Black Magic #271D0A

Color information

#271D0A (or 0x271D0A) is unknown color: approx Black Magic. HEX triplet: 27, 1D and 0A. RGB value is (39,29,10). Sum of RGB (Red+Green+Blue) = 39+29+10=78 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 39 - color contains mainly: red. Hex color #271D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271D0A is #D8E2F5. Grayscale: #1D1D1D. Windows color (decimal): -14213878 or 662823. OLE color: 662823.

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

Color convert

RGB392910-
CMYK00.260.740.85
HSL39.31º59.18%9.61%-
HSV(B)39.31º74.36%15.29%-
XYZ1.331.330.47-
YUV29.82116.81134.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50%
GREEN value IS 29 (11.72% from 255) = 37.18%
BLUE value IS 10 (4.30% from 255) = 12.82%
R=50%
G=37.18%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39291000.260.740.8539.3159.189.61
Hex271DA01A4A55273ba
Octal473512032112125477312
Binary100111111011010011010100101010101011001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,29,10); }

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

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

 a { background-color: rgb(39,29,10); }

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

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

 span { border-color: rgb(39,29,10); }

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