#1F0121

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

Shades of Mardi Gras #1F0121

Tints of Mardi Gras #1F0121

Color information

#1F0121 (or 0x1F0121) is unknown color: approx Mardi Gras. HEX triplet: 1F, 01 and 21. RGB value is (31,1,33). Sum of RGB (Red+Green+Blue) = 31+1+33=65 (8% of max value = 765). Red value is 31 (12.5% from 255 or 47.69% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 33 (13.28% from 255 or 50.77% from 65); Max value from RGB is 33 - color contains mainly: blue. Hex color #1F0121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0121 is #E0FEDE. Grayscale: #0D0D0D. Windows color (decimal): -14745311 or 2162975. OLE color: 2162975.

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

Color convert

RGB31133-
CMYK0.060.9700.87
HSL296.25º94.12%6.67%-
HSV(B)296.25º96.97%12.94%-
XYZ0.850.421.48-
YUV13.62138.94140.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 47.69%
GREEN value IS 1 (0.78% from 255) = 1.54%
BLUE value IS 33 (13.28% from 255) = 50.77%
R=47.69%
G=1.54%
B=50.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal311330.060.9700.87296.2594.126.67
Hex1F1216610571285e7
Octal37141614101274501367
Binary1111111000011101100001010101111001010001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,1,33); }

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

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

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

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

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

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

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