#1F1E02

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

Shades of Maire #1F1E02

Tints of Maire #1F1E02

Color information

#1F1E02 (or 0x1F1E02) is unknown color: approx Maire. HEX triplet: 1F, 1E and 02. RGB value is (31,30,2). Sum of RGB (Red+Green+Blue) = 31+30+2=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 30 (12.11% from 255 or 47.62% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1E02 is #E0E1FD. Grayscale: #1B1B1B. Windows color (decimal): -14737918 or 138783. OLE color: 138783.

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

Color convert

RGB31302-
CMYK00.030.940.88
HSL57.93º87.88%6.47%-
HSV(B)57.93º93.55%12.16%-
XYZ1.041.220.24-
YUV27.11113.83130.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 49.21%
GREEN value IS 30 (12.11% from 255) = 47.62%
BLUE value IS 2 (1.17% from 255) = 3.17%
R=49.21%
G=47.62%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3130200.030.940.8857.9387.886.47
Hex1F1E2035E583a586
Octal3736203136130721306
Binary111111111010011101111010110001110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,30,2); }

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

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

 a { background-color: rgb(31,30,2); }

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

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

 span { border-color: rgb(31,30,2); }

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