Html Css Color HEX #1F131E Mardi Gras

📋 copy color: '#1F131E'

red 31 ◦ green 19 ◦ blue 30

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

Shades of Mardi Gras #1F131E

Tints of Mardi Gras #1F131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 23.75%

 BLUE value IS 30 (12.11% from 255) = 37.5%

R = 38.75%
G = 23.75%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#1F131E (or 0x1F131E) is known color: Mardi Gras. HEX triplet: 1F, 13 and 1E. RGB value is (31,19,30). Sum of RGB (Red+Green+Blue) = 31+19+30=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 31 - color contains mainly: red. Hex color #1F131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F131E is #E0ECE1. Grayscale: #171717. Windows color (decimal): -14740706 or 1970975. OLE color: 1970975.

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

Color convert

RGB 31 19 30 -
CMYK 0 0.39 0.03 0.88
HSL 305º 0.24% 0.1% -
HSV(B) 305º 0.39% 0.12% -
XYZ 1.03 0.85 1.34 -
YUV 23.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 31 19 30 0 0.39 0.03 0.88 305 0.24 0.1
Hex 1F 13 1E 0 27 3 58 131 18 A
Octal 37 23 36 0 47 3 130 461 30 12
Binary 11111 10011 11110 0 100111 11 1011000 100110001 11000 1010

Color Harmonies of #1F131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F131E

Black with #1F131E

Text Example


Text Example

White with #1F131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,19,30); }

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

background-color css

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

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

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

border-color css

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

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

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