#1F1900

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

Shades of Maire #1F1900

Tints of Maire #1F1900

Color information

#1F1900 (or 0x1F1900) is unknown color: approx Maire. HEX triplet: 1F, 19 and 00. RGB value is (31,25,0). Sum of RGB (Red+Green+Blue) = 31+25+0=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1900 is #E0E6FF. Grayscale: #181818. Windows color (decimal): -14739200 or 6431. OLE color: 6431.

HSL color Cylindrical-coordinate representation of color #1F1900: hue angle of 48.39º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F1900 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.88.

Color convert

RGB31250-
CMYK00.1910.88
HSL48.39º100%6.08%-
HSV(B)48.39º100%12.16%-
XYZ0.910.990.14-
YUV23.94114.49133.03-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 55.36%
GREEN value IS 25 (10.16% from 255) = 44.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.36%
G=44.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3125000.1910.8848.391006.08
Hex1F190013645830646
Octal37310023144130601446
Binary11111110010010011110010010110001100001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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