Html Css Color HEX #1F041F Mardi Gras

📋 copy color: '#1F041F'

red 31 ◦ green 4 ◦ blue 31

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

Shades of Mardi Gras #1F041F

Tints of Mardi Gras #1F041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 46.97%

R = 46.97%
G = 6.06%
B = 46.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1F041F (or 0x1F041F) is known color: Mardi Gras. HEX triplet: 1F, 04 and 1F. RGB value is (31,4,31). Sum of RGB (Red+Green+Blue) = 31+4+31=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: red, blue. Hex color #1F041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F041F is #E0FBE0. Grayscale: #0F0F0F. Windows color (decimal): -14744545 or 2032671. OLE color: 2032671.

HSL color Cylindrical-coordinate representation of color #1F041F: hue angle of 300º 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 #1F041F is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 4 31 -
CMYK 0 0.87 0 0.88
HSL 300º 0.77% 0.07% -
HSV(B) 300º 0.87% 0.12% -
XYZ 0.86 0.48 1.34 -
YUV 15.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 31 4 31 0 0.87 0 0.88 300 0.77 0.07
Hex 1F 4 1F 0 57 0 58 12C 4D 7
Octal 37 4 37 0 127 0 130 454 115 7
Binary 11111 100 11111 0 1010111 0 1011000 100101100 1001101 111

Color Harmonies of #1F041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F041F

Black with #1F041F

Text Example


Text Example

White with #1F041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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