#271F00

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

Shades of Maire #271F00

Tints of Maire #271F00

Color information

#271F00 (or 0x271F00) is unknown color: approx Maire. HEX triplet: 27, 1F and 00. RGB value is (39,31,0). Sum of RGB (Red+Green+Blue) = 39+31+0=70 (9% of max value = 765). Red value is 39 (15.62% from 255 or 55.71% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 39 - color contains mainly: red. Hex color #271F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271F00 is #D8E0FF. Grayscale: #1D1D1D. Windows color (decimal): -14213376 or 7975. OLE color: 7975.

HSL color Cylindrical-coordinate representation of color #271F00: hue angle of 47.69º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #271F00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB39310-
CMYK00.2110.85
HSL47.69º100%7.65%-
HSV(B)47.69º100%15.29%-
XYZ1.331.410.2-
YUV29.86111.15134.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 55.71%
GREEN value IS 31 (12.5% from 255) = 44.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.71%
G=44.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3931000.2110.8547.691007.65
Hex271F0015645530648
Octal473700251441256014410
Binary1001111111100101011100100101010111000011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271F00; }

 p { color: rgb(39,31,0); }

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

<style>
 a { background-color: #271F00; }

 a { background-color: rgb(39,31,0); }

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

<style>
 span { border-color: #271F00; }

 span { border-color: rgb(39,31,0); }

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