#1F061E

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

Shades of Mardi Gras #1F061E

Tints of Mardi Gras #1F061E

Color information

#1F061E (or 0x1F061E) is unknown color: approx Mardi Gras. HEX triplet: 1F, 06 and 1E. RGB value is (31,6,30). Sum of RGB (Red+Green+Blue) = 31+6+30=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 6 (2.73% from 255 or 8.96% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 31 - color contains mainly: red. Hex color #1F061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F061E is #E0F9E1. Grayscale: #101010. Windows color (decimal): -14744034 or 1967647. OLE color: 1967647.

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

Color convert

RGB31630-
CMYK00.810.030.88
HSL302.4º67.57%7.25%-
HSV(B)302.4º80.65%12.16%-
XYZ0.860.521.28-
YUV16.21135.78138.55-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 46.27%
GREEN value IS 6 (2.73% from 255) = 8.96%
BLUE value IS 30 (12.11% from 255) = 44.78%
R=46.27%
G=8.96%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3163000.810.030.88302.467.577.25
Hex1F61E05135812e447
Octal37636012131304561047
Binary1111111011110010100011110110001001011101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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