#272521

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

Shades of Black Magic #272521

Tints of Black Magic #272521

Color information

#272521 (or 0x272521) is unknown color: approx Black Magic. HEX triplet: 27, 25 and 21. RGB value is (39,37,33). Sum of RGB (Red+Green+Blue) = 39+37+33=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 39 - color contains mainly: red. Hex color #272521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272521 is #D8DADE. Grayscale: #252525. Windows color (decimal): -14211807 or 2172199. OLE color: 2172199.

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

Color convert

RGB393733-
CMYK00.050.150.85
HSL40º8.33%14.12%-
HSV(B)40º15.38%15.29%-
XYZ1.771.861.71-
YUV37.14125.66129.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.78%
GREEN value IS 37 (14.84% from 255) = 33.94%
BLUE value IS 33 (13.28% from 255) = 30.28%
R=35.78%
G=33.94%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39373300.050.150.85408.3314.12
Hex27252105F55288e
Octal4745410517125501016
Binary10011110010110000101011111101010110100010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272521; }

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

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

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

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

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

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

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

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