#1F200A

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

Shades of Maire #1F200A

Tints of Maire #1F200A

Color information

#1F200A (or 0x1F200A) is unknown color: approx Maire. HEX triplet: 1F, 20 and 0A. RGB value is (31,32,10). Sum of RGB (Red+Green+Blue) = 31+32+10=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 32 - color contains mainly: green. Hex color #1F200A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F200A is #E0DFF5. Grayscale: #1D1D1D. Windows color (decimal): -14737398 or 663583. OLE color: 663583.

HSL color Cylindrical-coordinate representation of color #1F200A: hue angle of 62.73º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F200A is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.87.

Color convert

RGB313210-
CMYK0.0300.690.87
HSL62.73º52.38%8.24%-
HSV(B)62.73º68.75%12.55%-
XYZ1.141.350.49-
YUV29.19117.17129.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 42.47%
GREEN value IS 32 (12.89% from 255) = 43.84%
BLUE value IS 10 (4.30% from 255) = 13.70%
R=42.47%
G=43.84%
B=13.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3132100.0300.690.8762.7352.388.24
Hex1F20A3045573f348
Octal37401230105127776410
Binary111111000001010110100010110101111111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F200A; }

 p { color: rgb(31,32,10); }

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

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

 a { background-color: rgb(31,32,10); }

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

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

 span { border-color: rgb(31,32,10); }

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