#27251B

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

Shades of Maire #27251B

Tints of Maire #27251B

Color information

#27251B (or 0x27251B) is unknown color: approx Maire. HEX triplet: 27, 25 and 1B. RGB value is (39,37,27). Sum of RGB (Red+Green+Blue) = 39+37+27=103 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.86% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 39 - color contains mainly: red. Hex color #27251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27251B is #D8DAE4. Grayscale: #242424. Windows color (decimal): -14211813 or 1778983. OLE color: 1778983.

HSL color Cylindrical-coordinate representation of color #27251B: hue angle of 50º 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 #27251B is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.85.

Color convert

RGB393727-
CMYK00.050.310.85
HSL50º18.18%12.94%-
HSV(B)50º30.77%15.29%-
XYZ1.71.831.3-
YUV36.46122.66129.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.86%
GREEN value IS 37 (14.84% from 255) = 35.92%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=37.86%
G=35.92%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39372700.050.310.855018.1812.94
Hex27251B051F553212d
Octal4745330537125622215
Binary100111100101110110101111111010101110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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