#271E01

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

Shades of Maire #271E01

Tints of Maire #271E01

Color information

#271E01 (or 0x271E01) is unknown color: approx Maire. HEX triplet: 27, 1E and 01. RGB value is (39,30,1). Sum of RGB (Red+Green+Blue) = 39+30+1=70 (9% of max value = 765). Red value is 39 (15.62% from 255 or 55.71% from 70); Green value is 30 (12.11% from 255 or 42.86% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 39 - color contains mainly: red. Hex color #271E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271E01 is #D8E1FE. Grayscale: #1D1D1D. Windows color (decimal): -14213631 or 73255. OLE color: 73255.

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

Color convert

RGB39301-
CMYK00.230.970.85
HSL45.79º95%7.84%-
HSV(B)45.79º97.44%15.29%-
XYZ1.311.360.22-
YUV29.38111.98134.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 55.71%
GREEN value IS 30 (12.11% from 255) = 42.86%
BLUE value IS 1 (0.78% from 255) = 1.43%
R=55.71%
G=42.86%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3930100.230.970.8545.79957.84
Hex271E101761552e5f8
Octal473610271411255613710
Binary1001111111010101111100001101010110111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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