#2F2516

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

Shades of Black Magic #2F2516

Tints of Black Magic #2F2516

Color information

#2F2516 (or 0x2F2516) is unknown color: approx Black Magic. HEX triplet: 2F, 25 and 16. RGB value is (47,37,22). Sum of RGB (Red+Green+Blue) = 47+37+22=106 (14% of max value = 765). Red value is 47 (18.75% from 255 or 44.34% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2516 is #D0DAE9. Grayscale: #262626. Windows color (decimal): -13687530 or 1451311. OLE color: 1451311.

HSL color Cylindrical-coordinate representation of color #2F2516: hue angle of 36º 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 #2F2516 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.82.

Color convert

RGB473722-
CMYK00.210.530.82
HSL36º36.23%13.53%-
HSV(B)36º53.19%18.43%-
XYZ1.981.991.04-
YUV38.28118.81134.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 44.34%
GREEN value IS 37 (14.84% from 255) = 34.91%
BLUE value IS 22 (8.98% from 255) = 20.75%
R=44.34%
G=34.91%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47372200.210.530.823636.2313.53
Hex2F251601535522424e
Octal57452602565122444416
Binary1011111001011011001010111010110100101001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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