#2D271D

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

Shades of Black Magic #2D271D

Tints of Black Magic #2D271D

Color information

#2D271D (or 0x2D271D) is unknown color: approx Black Magic. HEX triplet: 2D, 27 and 1D. RGB value is (45,39,29). Sum of RGB (Red+Green+Blue) = 45+39+29=113 (14% of max value = 765). Red value is 45 (17.97% from 255 or 39.82% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 45 - color contains mainly: red. Hex color #2D271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D271D is #D2D8E2. Grayscale: #272727. Windows color (decimal): -13818083 or 1910573. OLE color: 1910573.

HSL color Cylindrical-coordinate representation of color #2D271D: hue angle of 37.5º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2D271D is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.82.

Color convert

RGB453929-
CMYK00.130.360.82
HSL37.5º21.62%14.51%-
HSV(B)37.5º35.56%17.65%-
XYZ2.032.11.46-
YUV39.65121.99131.81-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 39.82%
GREEN value IS 39 (15.62% from 255) = 34.51%
BLUE value IS 29 (11.72% from 255) = 25.66%
R=39.82%
G=34.51%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45392900.130.360.8237.521.6214.51
Hex2D271D0D24522616f
Octal55473501544122462617
Binary10110110011111101011011001001010010100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,39,29); }

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

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

 a { background-color: rgb(45,39,29); }

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

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

 span { border-color: rgb(45,39,29); }

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