Html Css Color HEX #1F011C Mardi Gras

📋 copy color: '#1F011C'

red 31 ◦ green 1 ◦ blue 28

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

Shades of Mardi Gras #1F011C

Tints of Mardi Gras #1F011C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.67%

 BLUE value IS 28 (11.33% from 255) = 46.67%

R = 51.67%
G = 1.67%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#1F011C (or 0x1F011C) is known color: Mardi Gras. HEX triplet: 1F, 01 and 1C. RGB value is (31,1,28). Sum of RGB (Red+Green+Blue) = 31+1+28=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F011C is #E0FEE3. Grayscale: #0C0C0C. Windows color (decimal): -14745316 or 1835295. OLE color: 1835295.

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

Color convert

RGB 31 1 28 -
CMYK 0 0.97 0.10 0.88
HSL 306º 0.94% 0.06% -
HSV(B) 306º 0.97% 0.12% -
XYZ 0.79 0.4 1.13 -
YUV 13.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 31 1 28 0 0.97 0.10 0.88 306 0.94 0.06
Hex 1F 1 1C 0 61 A 58 132 5E 6
Octal 37 1 34 0 141 12 130 462 136 6
Binary 11111 1 11100 0 1100001 1010 1011000 100110010 1011110 110

Color Harmonies of #1F011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F011C

Black with #1F011C

Text Example


Text Example

White with #1F011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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