#2F2816

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

Shades of Black Magic #2F2816

Tints of Black Magic #2F2816

Color information

#2F2816 (or 0x2F2816) is unknown color: approx Black Magic. HEX triplet: 2F, 28 and 16. RGB value is (47,40,22). Sum of RGB (Red+Green+Blue) = 47+40+22=109 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.12% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2816 is #D0D7E9. Grayscale: #282828. Windows color (decimal): -13686762 or 1452079. OLE color: 1452079.

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

Color convert

RGB474022-
CMYK00.150.530.82
HSL43.2º36.23%13.53%-
HSV(B)43.2º53.19%18.43%-
XYZ2.082.181.07-
YUV40.04117.82132.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 43.12%
GREEN value IS 40 (16.02% from 255) = 36.70%
BLUE value IS 22 (8.98% from 255) = 20.18%
R=43.12%
G=36.70%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47402200.150.530.8243.236.2313.53
Hex2F28160F35522b24e
Octal57502601765122534416
Binary101111101000101100111111010110100101010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,40,22); }

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

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

 a { background-color: rgb(47,40,22); }

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

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

 span { border-color: rgb(47,40,22); }

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