#271F0F

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

Shades of Black Magic #271F0F

Tints of Black Magic #271F0F

Color information

#271F0F (or 0x271F0F) is unknown color: approx Black Magic. HEX triplet: 27, 1F and 0F. RGB value is (39,31,15). Sum of RGB (Red+Green+Blue) = 39+31+15=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 39 - color contains mainly: red. Hex color #271F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271F0F is #D8E0F0. Grayscale: #1F1F1F. Windows color (decimal): -14213361 or 991015. OLE color: 991015.

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

Color convert

RGB393115-
CMYK00.210.620.85
HSL40º44.44%10.59%-
HSV(B)40º61.54%15.29%-
XYZ1.411.450.66-
YUV31.57118.65133.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 45.88%
GREEN value IS 31 (12.5% from 255) = 36.47%
BLUE value IS 15 (6.25% from 255) = 17.65%
R=45.88%
G=36.47%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39311500.210.620.854044.4410.59
Hex271FF0153E55282cb
Octal47371702576125505413
Binary10011111111111101010111111010101011010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,31,15); }

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

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

 a { background-color: rgb(39,31,15); }

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

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

 span { border-color: rgb(39,31,15); }

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