Html Css Color HEX #1F041C Mardi Gras

📋 copy color: '#1F041C'

red 31 ◦ green 4 ◦ blue 28

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

Shades of Mardi Gras #1F041C

Tints of Mardi Gras #1F041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.35%

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

R = 49.21%
G = 6.35%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#1F041C (or 0x1F041C) is known color: Mardi Gras. HEX triplet: 1F, 04 and 1C. RGB value is (31,4,28). Sum of RGB (Red+Green+Blue) = 31+4+28=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 4 (1.95% from 255 or 6.35% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F041C is #E0FBE3. Grayscale: #0E0E0E. Windows color (decimal): -14744548 or 1836063. OLE color: 1836063.

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

Color convert

RGB 31 4 28 -
CMYK 0 0.87 0.10 0.88
HSL 306.67º 0.77% 0.07% -
HSV(B) 306.67º 0.87% 0.12% -
XYZ 0.82 0.46 1.14 -
YUV 14.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 31 4 28 0 0.87 0.10 0.88 306.67 0.77 0.07
Hex 1F 4 1C 0 57 A 58 133 4D 7
Octal 37 4 34 0 127 12 130 463 115 7
Binary 11111 100 11100 0 1010111 1010 1011000 100110011 1001101 111

Color Harmonies of #1F041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F041C

Black with #1F041C

Text Example


Text Example

White with #1F041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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