#2F271E

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

Shades of Black Magic #2F271E

Tints of Black Magic #2F271E

Color information

#2F271E (or 0x2F271E) is unknown color: approx Black Magic. HEX triplet: 2F, 27 and 1E. RGB value is (47,39,30). Sum of RGB (Red+Green+Blue) = 47+39+30=116 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.52% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 47 - color contains mainly: red. Hex color #2F271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F271E is #D0D8E1. Grayscale: #282828. Windows color (decimal): -13687010 or 1976111. OLE color: 1976111.

HSL color Cylindrical-coordinate representation of color #2F271E: hue angle of 31.76º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F271E is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.82.

Color convert

RGB473930-
CMYK00.170.360.82
HSL31.76º22.08%15.1%-
HSV(B)31.76º36.17%18.43%-
XYZ2.132.151.53-
YUV40.37122.15132.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 40.52%
GREEN value IS 39 (15.62% from 255) = 33.62%
BLUE value IS 30 (12.11% from 255) = 25.86%
R=40.52%
G=33.62%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47393000.170.360.8231.7622.0815.1
Hex2F271E01124522016f
Octal57473602144122402617
Binary101111100111111100100011001001010010100000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F271E; }

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

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

<style>
 a { background-color: #2F271E; }

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

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

<style>
 span { border-color: #2F271E; }

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

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