#2F2410

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

Shades of Black Magic #2F2410

Tints of Black Magic #2F2410

Color information

#2F2410 (or 0x2F2410) is unknown color: approx Black Magic. HEX triplet: 2F, 24 and 10. RGB value is (47,36,16). Sum of RGB (Red+Green+Blue) = 47+36+16=99 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47.47% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2410 is #D0DBEF. Grayscale: #252525. Windows color (decimal): -13687792 or 1057839. OLE color: 1057839.

HSL color Cylindrical-coordinate representation of color #2F2410: hue angle of 38.71º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F2410 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.82.

Color convert

RGB473616-
CMYK00.230.660.82
HSL38.71º49.21%12.35%-
HSV(B)38.71º65.96%18.43%-
XYZ1.91.90.76-
YUV37.01116.14135.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 47.47%
GREEN value IS 36 (14.45% from 255) = 36.36%
BLUE value IS 16 (6.64% from 255) = 16.16%
R=47.47%
G=36.36%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47361600.230.660.8238.7149.2112.35
Hex2F241001742522731c
Octal574420027102122476114
Binary10111110010010000010111100001010100101001111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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