#27241C

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

Shades of Maire #27241C

Tints of Maire #27241C

Color information

#27241C (or 0x27241C) is unknown color: approx Maire. HEX triplet: 27, 24 and 1C. RGB value is (39,36,28). Sum of RGB (Red+Green+Blue) = 39+36+28=103 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.86% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 39 - color contains mainly: red. Hex color #27241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27241C is #D8DBE3. Grayscale: #242424. Windows color (decimal): -14212068 or 1844263. OLE color: 1844263.

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

Color convert

RGB393628-
CMYK00.080.280.85
HSL43.64º16.42%13.14%-
HSV(B)43.64º28.21%15.29%-
XYZ1.681.781.35-
YUV35.98123.49130.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.86%
GREEN value IS 36 (14.45% from 255) = 34.95%
BLUE value IS 28 (11.33% from 255) = 27.18%
R=37.86%
G=34.95%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39362800.080.280.8543.6416.4213.14
Hex27241C081C552c10d
Octal47443401034125542015
Binary1001111001001110001000111001010101101100100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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