Html Css Color HEX #1F121F Mardi Gras

📋 copy color: '#1F121F'

red 31 ◦ green 18 ◦ blue 31

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

Shades of Mardi Gras #1F121F

Tints of Mardi Gras #1F121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 22.5%

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

R = 38.75%
G = 22.5%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1F121F (or 0x1F121F) is known color: Mardi Gras. HEX triplet: 1F, 12 and 1F. RGB value is (31,18,31). Sum of RGB (Red+Green+Blue) = 31+18+31=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 31 - color contains mainly: red, blue. Hex color #1F121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F121F is #E0EDE0. Grayscale: #171717. Windows color (decimal): -14740961 or 2036255. OLE color: 2036255.

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

Color convert

RGB 31 18 31 -
CMYK 0 0.42 0 0.88
HSL 300º 0.27% 0.1% -
HSV(B) 300º 0.42% 0.12% -
XYZ 1.03 0.82 1.4 -
YUV 23.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 31 18 31 0 0.42 0 0.88 300 0.27 0.1
Hex 1F 12 1F 0 2A 0 58 12C 1B A
Octal 37 22 37 0 52 0 130 454 33 12
Binary 11111 10010 11111 0 101010 0 1011000 100101100 11011 1010

Color Harmonies of #1F121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F121F

Black with #1F121F

Text Example


Text Example

White with #1F121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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