#271C00

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

Shades of Maire #271C00

Tints of Maire #271C00

Color information

#271C00 (or 0x271C00) is unknown color: approx Maire. HEX triplet: 27, 1C and 00. RGB value is (39,28,0). Sum of RGB (Red+Green+Blue) = 39+28+0=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #271C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271C00 is #D8E3FF. Grayscale: #1C1C1C. Windows color (decimal): -14214144 or 7207. OLE color: 7207.

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

Color convert

RGB39280-
CMYK00.2810.85
HSL43.08º100%7.65%-
HSV(B)43.08º100%15.29%-
XYZ1.251.260.18-
YUV28.1112.14135.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 58.21%
GREEN value IS 28 (11.33% from 255) = 41.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.21%
G=41.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3928000.2810.8543.081007.65
Hex271C001C64552b648
Octal473400341441255314410
Binary1001111110000111001100100101010110101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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