#271B01

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

Shades of Maire #271B01

Tints of Maire #271B01

Color information

#271B01 (or 0x271B01) is unknown color: approx Maire. HEX triplet: 27, 1B and 01. RGB value is (39,27,1). Sum of RGB (Red+Green+Blue) = 39+27+1=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 27 (10.94% from 255 or 40.30% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #271B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271B01 is #D8E4FE. Grayscale: #1B1B1B. Windows color (decimal): -14214399 or 72487. OLE color: 72487.

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

Color convert

RGB39271-
CMYK00.310.970.85
HSL41.05º95%7.84%-
HSV(B)41.05º97.44%15.29%-
XYZ1.231.220.2-
YUV27.62112.98136.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 58.21%
GREEN value IS 27 (10.94% from 255) = 40.30%
BLUE value IS 1 (0.78% from 255) = 1.49%
R=58.21%
G=40.30%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3927100.310.970.8541.05957.84
Hex271B101F6155295f8
Octal473310371411255113710
Binary1001111101110111111100001101010110100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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