#2F2719

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

Shades of Black Magic #2F2719

Tints of Black Magic #2F2719

Color information

#2F2719 (or 0x2F2719) is unknown color: approx Black Magic. HEX triplet: 2F, 27 and 19. RGB value is (47,39,25). Sum of RGB (Red+Green+Blue) = 47+39+25=111 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.34% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2719 is #D0D8E6. Grayscale: #272727. Windows color (decimal): -13687015 or 1648431. OLE color: 1648431.

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

Color convert

RGB473925-
CMYK00.170.470.82
HSL38.18º30.56%14.12%-
HSV(B)38.18º46.81%18.43%-
XYZ2.072.131.22-
YUV39.8119.65133.14-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 42.34%
GREEN value IS 39 (15.62% from 255) = 35.14%
BLUE value IS 25 (10.16% from 255) = 22.52%
R=42.34%
G=35.14%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47392500.170.470.8238.1830.5614.12
Hex2F27190112F52261fe
Octal57473102157122463716
Binary101111100111110010100011011111010010100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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