Html Css Color HEX #1F1421 Mardi Gras

📋 copy color: '#1F1421'

red 31 ◦ green 20 ◦ blue 33

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

Shades of Mardi Gras #1F1421

Tints of Mardi Gras #1F1421

RGB

 RED value IS 31 (12.5% from 255) = 36.9%

 GREEN value IS 20 (8.2% from 255) = 23.81%

 BLUE value IS 33 (13.28% from 255) = 39.29%

R = 36.9%
G = 23.81%
B = 39.29%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1F1421 (or 0x1F1421) is known color: Mardi Gras. HEX triplet: 1F, 14 and 21. RGB value is (31,20,33). Sum of RGB (Red+Green+Blue) = 31+20+33=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 33 - color contains mainly: blue. Hex color #1F1421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1421 is #E0EBDE. Grayscale: #181818. Windows color (decimal): -14740447 or 2167839. OLE color: 2167839.

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

Color convert

RGB 31 20 33 -
CMYK 0.06 0.39 0 0.87
HSL 290.77º 0.25% 0.1% -
HSV(B) 290.77º 0.39% 0.13% -
XYZ 1.09 0.9 1.56 -
YUV 24.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 31 20 33 0.06 0.39 0 0.87 290.77 0.25 0.1
Hex 1F 14 21 6 27 0 57 123 19 A
Octal 37 24 41 6 47 0 127 443 31 12
Binary 11111 10100 100001 110 100111 0 1010111 100100011 11001 1010

Color Harmonies of #1F1421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1421

Black with #1F1421

Text Example


Text Example

White with #1F1421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F1421;
 }
 .AnyTagClassName
 {
   color: #1F1421;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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