#27241E

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

Shades of Black Magic #27241E

Tints of Black Magic #27241E

Color information

#27241E (or 0x27241E) is unknown color: approx Black Magic. HEX triplet: 27, 24 and 1E. RGB value is (39,36,30). Sum of RGB (Red+Green+Blue) = 39+36+30=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 39 - color contains mainly: red. Hex color #27241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27241E is #D8DBE1. Grayscale: #242424. Windows color (decimal): -14212066 or 1975335. OLE color: 1975335.

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

Color convert

RGB393630-
CMYK00.080.230.85
HSL40º13.04%13.53%-
HSV(B)40º23.08%15.29%-
XYZ1.71.791.48-
YUV36.21124.49129.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.14%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 30 (12.11% from 255) = 28.57%
R=37.14%
G=34.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39363000.080.230.854013.0413.53
Hex27241E08175528de
Octal47443601027125501516
Binary100111100100111100100010111101010110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27241E; }

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

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

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

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

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

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

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

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