#1F1A03

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

Shades of Maire #1F1A03

Tints of Maire #1F1A03

Color information

#1F1A03 (or 0x1F1A03) is unknown color: approx Maire. HEX triplet: 1F, 1A and 03. RGB value is (31,26,3). Sum of RGB (Red+Green+Blue) = 31+26+3=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 26 (10.55% from 255 or 43.33% from 60); Blue value is 3 (1.56% from 255 or 5% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1A03 is #E0E5FC. Grayscale: #181818. Windows color (decimal): -14738941 or 203295. OLE color: 203295.

HSL color Cylindrical-coordinate representation of color #1F1A03: hue angle of 49.29º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F1A03 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.88.

Color convert

RGB31263-
CMYK00.160.900.88
HSL49.29º82.35%6.67%-
HSV(B)49.29º90.32%12.16%-
XYZ0.951.040.24-
YUV24.87115.66132.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 51.67%
GREEN value IS 26 (10.55% from 255) = 43.33%
BLUE value IS 3 (1.56% from 255) = 5%
R=51.67%
G=43.33%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3126300.160.900.8849.2982.356.67
Hex1F1A30105A5831527
Octal37323020132130611227
Binary111111101011010000101101010110001100011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,26,3); }

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

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

 a { background-color: rgb(31,26,3); }

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

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

 span { border-color: rgb(31,26,3); }

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