#2F2409

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

Shades of Black Magic #2F2409

Tints of Black Magic #2F2409

Color information

#2F2409 (or 0x2F2409) is unknown color: approx Black Magic. HEX triplet: 2F, 24 and 09. RGB value is (47,36,9). Sum of RGB (Red+Green+Blue) = 47+36+9=92 (12% of max value = 765). Red value is 47 (18.75% from 255 or 51.09% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2409 is #D0DBF6. Grayscale: #242424. Windows color (decimal): -13687799 or 599087. OLE color: 599087.

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

Color convert

RGB47369-
CMYK00.230.810.82
HSL42.63º67.86%10.98%-
HSV(B)42.63º80.85%18.43%-
XYZ1.851.890.52-
YUV36.21112.64135.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 51.09%
GREEN value IS 36 (14.45% from 255) = 39.13%
BLUE value IS 9 (3.91% from 255) = 9.78%
R=51.09%
G=39.13%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4736900.230.810.8242.6367.8610.98
Hex2F24901751522b44b
Octal5744110271211225310413
Binary10111110010010010101111010001101001010101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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