#2F2919

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

Shades of Black Magic #2F2919

Tints of Black Magic #2F2919

Color information

#2F2919 (or 0x2F2919) is unknown color: approx Black Magic. HEX triplet: 2F, 29 and 19. RGB value is (47,41,25). Sum of RGB (Red+Green+Blue) = 47+41+25=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2919 is #D0D6E6. Grayscale: #292929. Windows color (decimal): -13686503 or 1648943. OLE color: 1648943.

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

Color convert

RGB474125-
CMYK00.130.470.82
HSL43.64º30.56%14.12%-
HSV(B)43.64º46.81%18.43%-
XYZ2.142.261.24-
YUV40.97118.99132.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 41.59%
GREEN value IS 41 (16.41% from 255) = 36.28%
BLUE value IS 25 (10.16% from 255) = 22.12%
R=41.59%
G=36.28%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47412500.130.470.8243.6430.5614.12
Hex2F29190D2F522c1fe
Octal57513101557122543716
Binary10111110100111001011011011111010010101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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