#1F1702

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

Shades of Maire #1F1702

Tints of Maire #1F1702

Color information

#1F1702 (or 0x1F1702) is unknown color: approx Maire. HEX triplet: 1F, 17 and 02. RGB value is (31,23,2). Sum of RGB (Red+Green+Blue) = 31+23+2=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 23 (9.38% from 255 or 41.07% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1702 is #E0E8FD. Grayscale: #171717. Windows color (decimal): -14739710 or 136991. OLE color: 136991.

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

Color convert

RGB31232-
CMYK00.260.940.88
HSL43.45º87.88%6.47%-
HSV(B)43.45º93.55%12.16%-
XYZ0.880.910.19-
YUV23116.15133.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 55.36%
GREEN value IS 23 (9.38% from 255) = 41.07%
BLUE value IS 2 (1.17% from 255) = 3.57%
R=55.36%
G=41.07%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.94
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3123200.260.940.8843.4587.886.47
Hex1F17201A5E582b586
Octal37272032136130531306
Binary111111011110011010101111010110001010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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