#1F1F03

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

Shades of Maire #1F1F03

Tints of Maire #1F1F03

Color information

#1F1F03 (or 0x1F1F03) is unknown color: approx Maire. HEX triplet: 1F, 1F and 03. RGB value is (31,31,3). Sum of RGB (Red+Green+Blue) = 31+31+3=65 (8% of max value = 765). Red value is 31 (12.5% from 255 or 47.69% from 65); Green value is 31 (12.5% from 255 or 47.69% from 65); Blue value is 3 (1.56% from 255 or 4.62% from 65); Max value from RGB is 31 - color contains mainly: red, green. Hex color #1F1F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1F03 is #E0E0FC. Grayscale: #1B1B1B. Windows color (decimal): -14737661 or 204575. OLE color: 204575.

HSL color Cylindrical-coordinate representation of color #1F1F03: hue angle of 60º 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 #1F1F03 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.88.

Color convert

RGB31313-
CMYK000.900.88
HSL60º82.35%6.67%-
HSV(B)60º90.32%12.16%-
XYZ1.071.280.28-
YUV27.81114130.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 47.69%
GREEN value IS 31 (12.5% from 255) = 47.69%
BLUE value IS 3 (1.56% from 255) = 4.62%
R=47.69%
G=47.69%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31313000.900.886082.356.67
Hex1F1F3005A583c527
Octal3737300132130741227
Binary11111111111100101101010110001111001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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