Html Css Color HEX #1F151F Mardi Gras

📋 copy color: '#1F151F'

red 31 ◦ green 21 ◦ blue 31

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

Shades of Mardi Gras #1F151F

Tints of Mardi Gras #1F151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25.3%

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

R = 37.35%
G = 25.3%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1F151F (or 0x1F151F) is known color: Mardi Gras. HEX triplet: 1F, 15 and 1F. RGB value is (31,21,31). Sum of RGB (Red+Green+Blue) = 31+21+31=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 31 - color contains mainly: red, blue. Hex color #1F151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F151F is #E0EAE0. Grayscale: #191919. Windows color (decimal): -14740193 or 2037023. OLE color: 2037023.

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

Color convert

RGB 31 21 31 -
CMYK 0 0.32 0 0.88
HSL 300º 0.19% 0.1% -
HSV(B) 300º 0.32% 0.12% -
XYZ 1.08 0.93 1.42 -
YUV 25.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 31 21 31 0 0.32 0 0.88 300 0.19 0.1
Hex 1F 15 1F 0 20 0 58 12C 13 A
Octal 37 25 37 0 40 0 130 454 23 12
Binary 11111 10101 11111 0 100000 0 1011000 100101100 10011 1010

Color Harmonies of #1F151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F151F

Black with #1F151F

Text Example


Text Example

White with #1F151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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