#272115

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

Shades of Black Magic #272115

Tints of Black Magic #272115

Color information

#272115 (or 0x272115) is unknown color: approx Black Magic. HEX triplet: 27, 21 and 15. RGB value is (39,33,21). Sum of RGB (Red+Green+Blue) = 39+33+21=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #272115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272115 is #D8DEEA. Grayscale: #212121. Windows color (decimal): -14212843 or 1384743. OLE color: 1384743.

HSL color Cylindrical-coordinate representation of color #272115: hue angle of 40º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #272115 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB393321-
CMYK00.150.460.85
HSL40º30%11.76%-
HSV(B)40º46.15%15.29%-
XYZ1.521.570.93-
YUV33.43120.99131.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.94%
GREEN value IS 33 (13.28% from 255) = 35.48%
BLUE value IS 21 (8.59% from 255) = 22.58%
R=41.94%
G=35.48%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39332100.150.460.85403011.76
Hex2721150F2E55281ec
Octal47412501756125503614
Binary10011110000110101011111011101010101101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272115; }

 p { color: rgb(39,33,21); }

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

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

 a { background-color: rgb(39,33,21); }

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

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

 span { border-color: rgb(39,33,21); }

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