#2F240F

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

Shades of Black Magic #2F240F

Tints of Black Magic #2F240F

Color information

#2F240F (or 0x2F240F) is unknown color: approx Black Magic. HEX triplet: 2F, 24 and 0F. RGB value is (47,36,15). Sum of RGB (Red+Green+Blue) = 47+36+15=98 (12% of max value = 765). Red value is 47 (18.75% from 255 or 47.96% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 47 - color contains mainly: red. Hex color #2F240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F240F is #D0DBF0. Grayscale: #242424. Windows color (decimal): -13687793 or 992303. OLE color: 992303.

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

Color convert

RGB473615-
CMYK00.230.680.82
HSL39.38º51.61%12.16%-
HSV(B)39.38º68.09%18.43%-
XYZ1.891.90.72-
YUV36.89115.64135.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 47.96%
GREEN value IS 36 (14.45% from 255) = 36.73%
BLUE value IS 15 (6.25% from 255) = 15.31%
R=47.96%
G=36.73%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47361500.230.680.8239.3851.6112.16
Hex2F24F01744522734c
Octal574417027104122476414
Binary1011111001001111010111100010010100101001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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