#27241B

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

Shades of Maire #27241B

Tints of Maire #27241B

Color information

#27241B (or 0x27241B) is unknown color: approx Maire. HEX triplet: 27, 24 and 1B. RGB value is (39,36,27). Sum of RGB (Red+Green+Blue) = 39+36+27=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 39 - color contains mainly: red. Hex color #27241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27241B is #D8DBE4. Grayscale: #232323. Windows color (decimal): -14212069 or 1778727. OLE color: 1778727.

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

Color convert

RGB393627-
CMYK00.080.310.85
HSL45º18.18%12.94%-
HSV(B)45º30.77%15.29%-
XYZ1.671.771.29-
YUV35.87122.99130.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 38.24%
GREEN value IS 36 (14.45% from 255) = 35.29%
BLUE value IS 27 (10.94% from 255) = 26.47%
R=38.24%
G=35.29%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39362700.080.310.854518.1812.94
Hex27241B081F552d12d
Octal47443301037125552215
Binary1001111001001101101000111111010101101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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