#1F071F

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

Shades of Mardi Gras #1F071F

Tints of Mardi Gras #1F071F

Color information

#1F071F (or 0x1F071F) is unknown color: approx Mardi Gras. HEX triplet: 1F, 07 and 1F. RGB value is (31,7,31). Sum of RGB (Red+Green+Blue) = 31+7+31=69 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.93% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 31 - color contains mainly: red, blue. Hex color #1F071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F071F is #E0F8E0. Grayscale: #101010. Windows color (decimal): -14743777 or 2033439. OLE color: 2033439.

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

Color convert

RGB31731-
CMYK00.7700.88
HSL300º63.16%7.45%-
HSV(B)300º77.42%12.16%-
XYZ0.890.541.35-
YUV16.91135.95138.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 44.93%
GREEN value IS 7 (3.12% from 255) = 10.14%
BLUE value IS 31 (12.5% from 255) = 44.93%
R=44.93%
G=10.14%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3173100.7700.8830063.167.45
Hex1F71F04D05812c3f7
Octal3773701150130454777
Binary11111111111110100110101011000100101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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