#2D271E

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

Shades of Black Magic #2D271E

Tints of Black Magic #2D271E

Color information

#2D271E (or 0x2D271E) is unknown color: approx Black Magic. HEX triplet: 2D, 27 and 1E. RGB value is (45,39,30). Sum of RGB (Red+Green+Blue) = 45+39+30=114 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.47% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 45 - color contains mainly: red. Hex color #2D271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D271E is #D2D8E1. Grayscale: #272727. Windows color (decimal): -13818082 or 1976109. OLE color: 1976109.

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

Color convert

RGB453930-
CMYK00.130.330.82
HSL36º20%14.71%-
HSV(B)36º33.33%17.65%-
XYZ2.042.11.53-
YUV39.77122.49131.73-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 39.47%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 30 (12.11% from 255) = 26.32%
R=39.47%
G=34.21%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45393000.130.330.82362014.71
Hex2D271E0D21522414f
Octal55473601541122442417
Binary10110110011111110011011000011010010100100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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