Html Css Color HEX #1F051F Mardi Gras

📋 copy color: '#1F051F'

red 31 ◦ green 5 ◦ blue 31

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

Shades of Mardi Gras #1F051F

Tints of Mardi Gras #1F051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.46%

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

R = 46.27%
G = 7.46%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1F051F (or 0x1F051F) is known color: Mardi Gras. HEX triplet: 1F, 05 and 1F. RGB value is (31,5,31). Sum of RGB (Red+Green+Blue) = 31+5+31=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: red, blue. Hex color #1F051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F051F is #E0FAE0. Grayscale: #0F0F0F. Windows color (decimal): -14744289 or 2032927. OLE color: 2032927.

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

Color convert

RGB 31 5 31 -
CMYK 0 0.84 0 0.88
HSL 300º 0.72% 0.07% -
HSV(B) 300º 0.84% 0.12% -
XYZ 0.87 0.5 1.35 -
YUV 15.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 31 5 31 0 0.84 0 0.88 300 0.72 0.07
Hex 1F 5 1F 0 54 0 58 12C 48 7
Octal 37 5 37 0 124 0 130 454 110 7
Binary 11111 101 11111 0 1010100 0 1011000 100101100 1001000 111

Color Harmonies of #1F051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F051F

Black with #1F051F

Text Example


Text Example

White with #1F051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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