#2C1F00

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

Shades of Maire #2C1F00

Tints of Maire #2C1F00

Color information

#2C1F00 (or 0x2C1F00) is unknown color: approx Maire. HEX triplet: 2C, 1F and 00. RGB value is (44,31,0). Sum of RGB (Red+Green+Blue) = 44+31+0=75 (9% of max value = 765). Red value is 44 (17.58% from 255 or 58.67% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C1F00 is #D3E0FF. Grayscale: #1F1F1F. Windows color (decimal): -13885696 or 7980. OLE color: 7980.

HSL color Cylindrical-coordinate representation of color #2C1F00: hue angle of 42.27º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C1F00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.83.

Color convert

RGB44310-
CMYK00.3010.83
HSL42.27º100%8.63%-
HSV(B)42.27º100%17.25%-
XYZ1.531.520.21-
YUV31.35110.31137.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 58.67%
GREEN value IS 31 (12.5% from 255) = 41.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.67%
G=41.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4431000.3010.8342.271008.63
Hex2C1F001E64532a649
Octal543700361441235214411
Binary1011001111100111101100100101001110101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C1F00; }

 p { color: rgb(44,31,0); }

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

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

 a { background-color: rgb(44,31,0); }

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

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

 span { border-color: rgb(44,31,0); }

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