#272015

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

Shades of Black Magic #272015

Tints of Black Magic #272015

Color information

#272015 (or 0x272015) is unknown color: approx Black Magic. HEX triplet: 27, 20 and 15. RGB value is (39,32,21). Sum of RGB (Red+Green+Blue) = 39+32+21=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 39 - color contains mainly: red. Hex color #272015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272015 is #D8DFEA. Grayscale: #202020. Windows color (decimal): -14213099 or 1384487. OLE color: 1384487.

HSL color Cylindrical-coordinate representation of color #272015: hue angle of 36.67º 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 #272015 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB393221-
CMYK00.180.460.85
HSL36.67º30%11.76%-
HSV(B)36.67º46.15%15.29%-
XYZ1.491.520.92-
YUV32.84121.32132.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.39%
GREEN value IS 32 (12.89% from 255) = 34.78%
BLUE value IS 21 (8.59% from 255) = 22.83%
R=42.39%
G=34.78%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39322100.180.460.8536.673011.76
Hex2720150122E55251ec
Octal47402502256125453614
Binary100111100000101010100101011101010101100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272015; }

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

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

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

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

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

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

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

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