#2F2309

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

Shades of Black Magic #2F2309

Tints of Black Magic #2F2309

Color information

#2F2309 (or 0x2F2309) is unknown color: approx Black Magic. HEX triplet: 2F, 23 and 09. RGB value is (47,35,9). Sum of RGB (Red+Green+Blue) = 47+35+9=91 (12% of max value = 765). Red value is 47 (18.75% from 255 or 51.65% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 9 (3.91% from 255 or 9.89% from 91); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2309 is #D0DCF6. Grayscale: #232323. Windows color (decimal): -13688055 or 598831. OLE color: 598831.

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

Color convert

RGB47359-
CMYK00.260.810.82
HSL41.05º67.86%10.98%-
HSV(B)41.05º80.85%18.43%-
XYZ1.821.830.51-
YUV35.62112.98136.11-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 51.65%
GREEN value IS 35 (14.06% from 255) = 38.46%
BLUE value IS 9 (3.91% from 255) = 9.89%
R=51.65%
G=38.46%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4735900.260.810.8241.0567.8610.98
Hex2F23901A51522944b
Octal5743110321211225110413
Binary10111110001110010110101010001101001010100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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