#1F061C

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

Shades of Mardi Gras #1F061C

Tints of Mardi Gras #1F061C

Color information

#1F061C (or 0x1F061C) is unknown color: approx Mardi Gras. HEX triplet: 1F, 06 and 1C. RGB value is (31,6,28). Sum of RGB (Red+Green+Blue) = 31+6+28=65 (8% of max value = 765). Red value is 31 (12.5% from 255 or 47.69% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 31 - color contains mainly: red. Hex color #1F061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F061C is #E0F9E3. Grayscale: #0F0F0F. Windows color (decimal): -14744036 or 1836575. OLE color: 1836575.

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

Color convert

RGB31628-
CMYK00.810.100.88
HSL307.2º67.57%7.25%-
HSV(B)307.2º80.65%12.16%-
XYZ0.840.511.15-
YUV15.98134.78138.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 47.69%
GREEN value IS 6 (2.73% from 255) = 9.23%
BLUE value IS 28 (11.33% from 255) = 43.08%
R=47.69%
G=9.23%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3162800.810.100.88307.267.577.25
Hex1F61C051A58133447
Octal376340121121304631047
Binary111111101110001010001101010110001001100111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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