Html Css Color HEX #1F121E Mardi Gras

📋 copy color: '#1F121E'

red 31 ◦ green 18 ◦ blue 30

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

Shades of Mardi Gras #1F121E

Tints of Mardi Gras #1F121E

RGB

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

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

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

R = 39.24%
G = 22.78%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#1F121E (or 0x1F121E) is known color: Mardi Gras. HEX triplet: 1F, 12 and 1E. RGB value is (31,18,30). Sum of RGB (Red+Green+Blue) = 31+18+30=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 31 - color contains mainly: red. Hex color #1F121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F121E is #E0EDE1. Grayscale: #171717. Windows color (decimal): -14740962 or 1970719. OLE color: 1970719.

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

Color convert

RGB 31 18 30 -
CMYK 0 0.42 0.03 0.88
HSL 304.62º 0.27% 0.1% -
HSV(B) 304.62º 0.42% 0.12% -
XYZ 1.02 0.82 1.33 -
YUV 23.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 31 18 30 0 0.42 0.03 0.88 304.62 0.27 0.1
Hex 1F 12 1E 0 2A 3 58 131 1B A
Octal 37 22 36 0 52 3 130 461 33 12
Binary 11111 10010 11110 0 101010 11 1011000 100110001 11011 1010

Color Harmonies of #1F121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F121E

Black with #1F121E

Text Example


Text Example

White with #1F121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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