#27261B

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

Shades of Maire #27261B

Tints of Maire #27261B

Color information

#27261B (or 0x27261B) is unknown color: approx Maire. HEX triplet: 27, 26 and 1B. RGB value is (39,38,27). Sum of RGB (Red+Green+Blue) = 39+38+27=104 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.5% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 39 - color contains mainly: red. Hex color #27261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27261B is #D8D9E4. Grayscale: #252525. Windows color (decimal): -14211557 or 1779239. OLE color: 1779239.

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

Color convert

RGB393827-
CMYK00.030.310.85
HSL55º18.18%12.94%-
HSV(B)55º30.77%15.29%-
XYZ1.731.91.31-
YUV37.04122.33129.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.5%
GREEN value IS 38 (15.23% from 255) = 36.54%
BLUE value IS 27 (10.94% from 255) = 25.96%
R=37.5%
G=36.54%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39382700.030.310.855518.1812.94
Hex27261B031F553712d
Octal4746330337125672215
Binary10011110011011011011111111010101110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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