#2D240E

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

Shades of Black Magic #2D240E

Tints of Black Magic #2D240E

Color information

#2D240E (or 0x2D240E) is unknown color: approx Black Magic. HEX triplet: 2D, 24 and 0E. RGB value is (45,36,14). Sum of RGB (Red+Green+Blue) = 45+36+14=95 (12% of max value = 765). Red value is 45 (17.97% from 255 or 47.37% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 45 - color contains mainly: red. Hex color #2D240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D240E is #D2DBF1. Grayscale: #242424. Windows color (decimal): -13818866 or 926765. OLE color: 926765.

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

Color convert

RGB453614-
CMYK00.20.690.82
HSL42.58º52.54%11.57%-
HSV(B)42.58º68.89%17.65%-
XYZ1.791.850.68-
YUV36.18115.48134.29-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 47.37%
GREEN value IS 36 (14.45% from 255) = 37.89%
BLUE value IS 14 (5.86% from 255) = 14.74%
R=47.37%
G=37.89%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.69
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45361400.20.690.8242.5852.5411.57
Hex2D24E01445522b35c
Octal554416024105122536514
Binary1011011001001110010100100010110100101010111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,36,14); }

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

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

 a { background-color: rgb(45,36,14); }

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

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

 span { border-color: rgb(45,36,14); }

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