#1F0320

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

Shades of Mardi Gras #1F0320

Tints of Mardi Gras #1F0320

Color information

#1F0320 (or 0x1F0320) is unknown color: approx Mardi Gras. HEX triplet: 1F, 03 and 20. RGB value is (31,3,32). Sum of RGB (Red+Green+Blue) = 31+3+32=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 32 - color contains mainly: blue. Hex color #1F0320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0320 is #E0FCDF. Grayscale: #0E0E0E. Windows color (decimal): -14744800 or 2097951. OLE color: 2097951.

HSL color Cylindrical-coordinate representation of color #1F0320: hue angle of 297.93º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F0320 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB31332-
CMYK0.030.9100.87
HSL297.93º82.86%6.86%-
HSV(B)297.93º90.62%12.55%-
XYZ0.860.461.41-
YUV14.68137.78139.64-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 46.97%
GREEN value IS 3 (1.56% from 255) = 4.55%
BLUE value IS 32 (12.89% from 255) = 48.48%
R=46.97%
G=4.55%
B=48.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal313320.030.9100.87297.9382.866.86
Hex1F32035B05712a537
Octal37340313301274521237
Binary1111111100000111011011010101111001010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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