#272003

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

Shades of Maire #272003

Tints of Maire #272003

Color information

#272003 (or 0x272003) is unknown color: approx Maire. HEX triplet: 27, 20 and 03. RGB value is (39,32,3). Sum of RGB (Red+Green+Blue) = 39+32+3=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #272003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272003 is #D8DFFC. Grayscale: #1E1E1E. Windows color (decimal): -14213117 or 204839. OLE color: 204839.

HSL color Cylindrical-coordinate representation of color #272003: hue angle of 48.33º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #272003 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.85.

Color convert

RGB39323-
CMYK00.180.920.85
HSL48.33º85.71%8.24%-
HSV(B)48.33º92.31%15.29%-
XYZ1.371.470.3-
YUV30.79112.32133.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 52.70%
GREEN value IS 32 (12.89% from 255) = 43.24%
BLUE value IS 3 (1.56% from 255) = 4.05%
R=52.70%
G=43.24%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.92
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3932300.180.920.8548.3385.718.24
Hex272030125C5530568
Octal474030221341256012610
Binary100111100000110100101011100101010111000010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272003; }

 p { color: rgb(39,32,3); }

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

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

 a { background-color: rgb(39,32,3); }

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

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

 span { border-color: rgb(39,32,3); }

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