#271D01

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

Shades of Maire #271D01

Tints of Maire #271D01

Color information

#271D01 (or 0x271D01) is unknown color: approx Maire. HEX triplet: 27, 1D and 01. RGB value is (39,29,1). Sum of RGB (Red+Green+Blue) = 39+29+1=69 (9% of max value = 765). Red value is 39 (15.62% from 255 or 56.52% from 69); Green value is 29 (11.72% from 255 or 42.03% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 39 - color contains mainly: red. Hex color #271D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271D01 is #D8E2FE. Grayscale: #1C1C1C. Windows color (decimal): -14213887 or 72999. OLE color: 72999.

HSL color Cylindrical-coordinate representation of color #271D01: hue angle of 44.21º 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 #271D01 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB39291-
CMYK00.260.970.85
HSL44.21º95%7.84%-
HSV(B)44.21º97.44%15.29%-
XYZ1.281.310.21-
YUV28.8112.31135.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 56.52%
GREEN value IS 29 (11.72% from 255) = 42.03%
BLUE value IS 1 (0.78% from 255) = 1.45%
R=56.52%
G=42.03%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3929100.260.970.8544.21957.84
Hex271D101A61552c5f8
Octal473510321411255413710
Binary1001111110110110101100001101010110110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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