#2D271C

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

Shades of Black Magic #2D271C

Tints of Black Magic #2D271C

Color information

#2D271C (or 0x2D271C) is unknown color: approx Black Magic. HEX triplet: 2D, 27 and 1C. RGB value is (45,39,28). Sum of RGB (Red+Green+Blue) = 45+39+28=112 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.18% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 45 - color contains mainly: red. Hex color #2D271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D271C is #D2D8E3. Grayscale: #272727. Windows color (decimal): -13818084 or 1845037. OLE color: 1845037.

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

Color convert

RGB453928-
CMYK00.130.380.82
HSL38.82º23.29%14.31%-
HSV(B)38.82º37.78%17.65%-
XYZ2.022.091.4-
YUV39.54121.49131.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 40.18%
GREEN value IS 39 (15.62% from 255) = 34.82%
BLUE value IS 28 (11.33% from 255) = 25%
R=40.18%
G=34.82%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45392800.130.380.8238.8223.2914.31
Hex2D271C0D26522717e
Octal55473401546122472716
Binary10110110011111100011011001101010010100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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