#272119

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

Shades of Black Magic #272119

Tints of Black Magic #272119

Color information

#272119 (or 0x272119) is unknown color: approx Black Magic. HEX triplet: 27, 21 and 19. RGB value is (39,33,25). Sum of RGB (Red+Green+Blue) = 39+33+25=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 39 - color contains mainly: red. Hex color #272119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272119 is #D8DEE6. Grayscale: #212121. Windows color (decimal): -14212839 or 1646887. OLE color: 1646887.

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

Color convert

RGB393325-
CMYK00.150.360.85
HSL34.29º21.88%12.55%-
HSV(B)34.29º35.9%15.29%-
XYZ1.561.591.14-
YUV33.88122.99131.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.21%
GREEN value IS 33 (13.28% from 255) = 34.02%
BLUE value IS 25 (10.16% from 255) = 25.77%
R=40.21%
G=34.02%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39332500.150.360.8534.2921.8812.55
Hex2721190F24552216d
Octal47413101744125422615
Binary10011110000111001011111001001010101100010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272119; }

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

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

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

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

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

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

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

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