#2F2311

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

Shades of Black Magic #2F2311

Tints of Black Magic #2F2311

Color information

#2F2311 (or 0x2F2311) is unknown color: approx Black Magic. HEX triplet: 2F, 23 and 11. RGB value is (47,35,17). Sum of RGB (Red+Green+Blue) = 47+35+17=99 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47.47% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2311 is #D0DCEE. Grayscale: #242424. Windows color (decimal): -13688047 or 1123119. OLE color: 1123119.

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

Color convert

RGB473517-
CMYK00.260.640.82
HSL36º46.88%12.55%-
HSV(B)36º63.83%18.43%-
XYZ1.871.850.79-
YUV36.54116.98135.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 47.47%
GREEN value IS 35 (14.06% from 255) = 35.35%
BLUE value IS 17 (7.03% from 255) = 17.17%
R=47.47%
G=35.35%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47351700.260.640.823646.8812.55
Hex2F231101A4052242fd
Octal574321032100122445715
Binary10111110001110001011010100000010100101001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,35,17); }

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

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

 a { background-color: rgb(47,35,17); }

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

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

 span { border-color: rgb(47,35,17); }

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