#1F1703

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

Shades of Maire #1F1703

Tints of Maire #1F1703

Color information

#1F1703 (or 0x1F1703) is unknown color: approx Maire. HEX triplet: 1F, 17 and 03. RGB value is (31,23,3). Sum of RGB (Red+Green+Blue) = 31+23+3=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 3 (1.56% from 255 or 5.26% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1703 is #E0E8FC. Grayscale: #171717. Windows color (decimal): -14739709 or 202527. OLE color: 202527.

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

Color convert

RGB31233-
CMYK00.260.900.88
HSL42.86º82.35%6.67%-
HSV(B)42.86º90.32%12.16%-
XYZ0.890.910.22-
YUV23.11116.65133.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 54.39%
GREEN value IS 23 (9.38% from 255) = 40.35%
BLUE value IS 3 (1.56% from 255) = 5.26%
R=54.39%
G=40.35%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3123300.260.900.8842.8682.356.67
Hex1F17301A5A582b527
Octal37273032132130531227
Binary111111011111011010101101010110001010111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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