Html Css Color HEX #1F031B Mardi Gras

📋 copy color: '#1F031B'

red 31 ◦ green 3 ◦ blue 27

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

Shades of Mardi Gras #1F031B

Tints of Mardi Gras #1F031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.92%

 BLUE value IS 27 (10.94% from 255) = 44.26%

R = 50.82%
G = 4.92%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#1F031B (or 0x1F031B) is known color: Mardi Gras. HEX triplet: 1F, 03 and 1B. RGB value is (31,3,27). Sum of RGB (Red+Green+Blue) = 31+3+27=61 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50.82% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 31 - color contains mainly: red. Hex color #1F031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F031B is #E0FCE4. Grayscale: #0E0E0E. Windows color (decimal): -14744805 or 1770271. OLE color: 1770271.

HSL color Cylindrical-coordinate representation of color #1F031B: hue angle of 308.57º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F031B is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 3 27 -
CMYK 0 0.90 0.13 0.88
HSL 308.57º 0.82% 0.07% -
HSV(B) 308.57º 0.9% 0.12% -
XYZ 0.8 0.44 1.08 -
YUV 14.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 31 3 27 0 0.90 0.13 0.88 308.57 0.82 0.07
Hex 1F 3 1B 0 5A D 58 135 52 7
Octal 37 3 33 0 132 15 130 465 122 7
Binary 11111 11 11011 0 1011010 1101 1011000 100110101 1010010 111

Color Harmonies of #1F031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F031B

Black with #1F031B

Text Example


Text Example

White with #1F031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,3,27); }

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

background-color css

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

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

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

border-color css

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

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

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