Html Css Color HEX #1F091C Mardi Gras

📋 copy color: '#1F091C'

red 31 ◦ green 9 ◦ blue 28

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

Shades of Mardi Gras #1F091C

Tints of Mardi Gras #1F091C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.24%

 BLUE value IS 28 (11.33% from 255) = 41.18%

R = 45.59%
G = 13.24%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#1F091C (or 0x1F091C) is known color: Mardi Gras. HEX triplet: 1F, 09 and 1C. RGB value is (31,9,28). Sum of RGB (Red+Green+Blue) = 31+9+28=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F091C is #E0F6E3. Grayscale: #111111. Windows color (decimal): -14743268 or 1837343. OLE color: 1837343.

HSL color Cylindrical-coordinate representation of color #1F091C: hue angle of 308.18º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F091C is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 9 28 -
CMYK 0 0.71 0.10 0.88
HSL 308.18º 0.55% 0.08% -
HSV(B) 308.18º 0.71% 0.12% -
XYZ 0.87 0.57 1.16 -
YUV 17.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 31 9 28 0 0.71 0.10 0.88 308.18 0.55 0.08
Hex 1F 9 1C 0 47 A 58 134 37 8
Octal 37 11 34 0 107 12 130 464 67 10
Binary 11111 1001 11100 0 1000111 1010 1011000 100110100 110111 1000

Color Harmonies of #1F091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F091C

Black with #1F091C

Text Example


Text Example

White with #1F091C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,9,28); }

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

background-color css

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

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

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

border-color css

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

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

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