#271D00

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

Shades of Maire #271D00

Tints of Maire #271D00

Color information

#271D00 (or 0x271D00) is unknown color: approx Maire. HEX triplet: 27, 1D and 00. RGB value is (39,29,0). Sum of RGB (Red+Green+Blue) = 39+29+0=68 (9% of max value = 765). Red value is 39 (15.62% from 255 or 57.35% from 68); Green value is 29 (11.72% from 255 or 42.65% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 39 - color contains mainly: red. Hex color #271D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271D00 is #D8E2FF. Grayscale: #1C1C1C. Windows color (decimal): -14213888 or 7463. OLE color: 7463.

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

Color convert

RGB39290-
CMYK00.2610.85
HSL44.62º100%7.65%-
HSV(B)44.62º100%15.29%-
XYZ1.281.310.19-
YUV28.68111.81135.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 57.35%
GREEN value IS 29 (11.72% from 255) = 42.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.35%
G=42.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3929000.2610.8544.621007.65
Hex271D001A64552d648
Octal473500321441255514410
Binary1001111110100110101100100101010110110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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