Html Css Color HEX #1F151E Mardi Gras

📋 copy color: '#1F151E'

red 31 ◦ green 21 ◦ blue 30

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

Shades of Mardi Gras #1F151E

Tints of Mardi Gras #1F151E

RGB

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

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

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

R = 37.8%
G = 25.61%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#1F151E (or 0x1F151E) is known color: Mardi Gras. HEX triplet: 1F, 15 and 1E. RGB value is (31,21,30). Sum of RGB (Red+Green+Blue) = 31+21+30=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 31 - color contains mainly: red. Hex color #1F151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F151E is #E0EAE1. Grayscale: #181818. Windows color (decimal): -14740194 or 1971487. OLE color: 1971487.

HSL color Cylindrical-coordinate representation of color #1F151E: hue angle of 306º 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 #1F151E is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 21 30 -
CMYK 0 0.32 0.03 0.88
HSL 306º 0.19% 0.1% -
HSV(B) 306º 0.32% 0.12% -
XYZ 1.07 0.92 1.35 -
YUV 25.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 31 21 30 0 0.32 0.03 0.88 306 0.19 0.1
Hex 1F 15 1E 0 20 3 58 132 13 A
Octal 37 25 36 0 40 3 130 462 23 12
Binary 11111 10101 11110 0 100000 11 1011000 100110010 10011 1010

Color Harmonies of #1F151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F151E

Black with #1F151E

Text Example


Text Example

White with #1F151E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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