#2F2712

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

Shades of Black Magic #2F2712

Tints of Black Magic #2F2712

Color information

#2F2712 (or 0x2F2712) is unknown color: approx Black Magic. HEX triplet: 2F, 27 and 12. RGB value is (47,39,18). Sum of RGB (Red+Green+Blue) = 47+39+18=104 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.19% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2712 is #D0D8ED. Grayscale: #272727. Windows color (decimal): -13687022 or 1189679. OLE color: 1189679.

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

Color convert

RGB473918-
CMYK00.170.620.82
HSL43.45º44.62%12.75%-
HSV(B)43.45º61.7%18.43%-
XYZ2.012.10.87-
YUV39116.15133.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 45.19%
GREEN value IS 39 (15.62% from 255) = 37.5%
BLUE value IS 18 (7.42% from 255) = 17.31%
R=45.19%
G=37.5%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47391800.170.620.8243.4544.6212.75
Hex2F27120113E522b2dd
Octal57472202176122535515
Binary1011111001111001001000111111010100101010111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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