Html Css Color HEX #1F141F Mardi Gras

📋 copy color: '#1F141F'

red 31 ◦ green 20 ◦ blue 31

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

Shades of Mardi Gras #1F141F

Tints of Mardi Gras #1F141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 24.39%

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

R = 37.8%
G = 24.39%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1F141F (or 0x1F141F) is known color: Mardi Gras. HEX triplet: 1F, 14 and 1F. RGB value is (31,20,31). Sum of RGB (Red+Green+Blue) = 31+20+31=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 31 - color contains mainly: red, blue. Hex color #1F141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F141F is #E0EBE0. Grayscale: #181818. Windows color (decimal): -14740449 or 2036767. OLE color: 2036767.

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

Color convert

RGB 31 20 31 -
CMYK 0 0.35 0 0.88
HSL 300º 0.22% 0.1% -
HSV(B) 300º 0.35% 0.12% -
XYZ 1.06 0.89 1.41 -
YUV 24.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 31 20 31 0 0.35 0 0.88 300 0.22 0.1
Hex 1F 14 1F 0 23 0 58 12C 16 A
Octal 37 24 37 0 43 0 130 454 26 12
Binary 11111 10100 11111 0 100011 0 1011000 100101100 10110 1010

Color Harmonies of #1F141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F141F

Black with #1F141F

Text Example


Text Example

White with #1F141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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