#2F2921

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

Shades of Black Magic #2F2921

Tints of Black Magic #2F2921

Color information

#2F2921 (or 0x2F2921) is unknown color: approx Black Magic. HEX triplet: 2F, 29 and 21. RGB value is (47,41,33). Sum of RGB (Red+Green+Blue) = 47+41+33=121 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.84% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2921 is #D0D6DE. Grayscale: #292929. Windows color (decimal): -13686495 or 2173231. OLE color: 2173231.

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

Color convert

RGB474133-
CMYK00.130.300.82
HSL34.29º17.5%15.69%-
HSV(B)34.29º29.79%18.43%-
XYZ2.242.31.76-
YUV41.88122.99131.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 38.84%
GREEN value IS 41 (16.41% from 255) = 33.88%
BLUE value IS 33 (13.28% from 255) = 27.27%
R=38.84%
G=33.88%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47413300.130.300.8234.2917.515.69
Hex2F29210D1E52221210
Octal57514101536122422220
Binary101111101001100001011011111010100101000101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,41,33); }

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

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

 a { background-color: rgb(47,41,33); }

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

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

 span { border-color: rgb(47,41,33); }

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