#271F01

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

Shades of Maire #271F01

Tints of Maire #271F01

Color information

#271F01 (or 0x271F01) is unknown color: approx Maire. HEX triplet: 27, 1F and 01. RGB value is (39,31,1). Sum of RGB (Red+Green+Blue) = 39+31+1=71 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.93% from 71); Green value is 31 (12.5% from 255 or 43.66% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 39 - color contains mainly: red. Hex color #271F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271F01 is #D8E0FE. Grayscale: #1E1E1E. Windows color (decimal): -14213375 or 73511. OLE color: 73511.

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

Color convert

RGB39311-
CMYK00.210.970.85
HSL47.37º95%7.84%-
HSV(B)47.37º97.44%15.29%-
XYZ1.331.410.23-
YUV29.97111.65134.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 54.93%
GREEN value IS 31 (12.5% from 255) = 43.66%
BLUE value IS 1 (0.78% from 255) = 1.41%
R=54.93%
G=43.66%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3931100.210.970.8547.37957.84
Hex271F101561552f5f8
Octal473710251411255713710
Binary1001111111110101011100001101010110111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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