Html Css Color HEX #1F0121 Mardi Gras

📋 copy color: '#1F0121'

red 31 ◦ green 1 ◦ blue 33

#1F0121
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #1F0121

Tints of Mardi Gras #1F0121

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 value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1F0121 (or 0x1F0121) is known color: 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

RGB 31 1 33 -
CMYK 0.06 0.97 0 0.87
HSL 296.25º 0.94% 0.07% -
HSV(B) 296.25º 0.97% 0.13% -
XYZ 0.85 0.42 1.48 -
YUV 13.62 138.94 140.4 -
System Red Green Blue C M Y K H S L
Decimal 31 1 33 0.06 0.97 0 0.87 296.25 0.94 0.07
Hex 1F 1 21 6 61 0 57 128 5E 7
Octal 37 1 41 6 141 0 127 450 136 7
Binary 11111 1 100001 110 1100001 0 1010111 100101000 1011110 111

Color Harmonies of #1F0121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0121

Black with #1F0121

Text Example


Text Example

White with #1F0121

Text Example


Text Example

HTML Codes & Css Web 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>