Html Css Color HEX #1F011B Mardi Gras

📋 copy color: '#1F011B'

red 31 ◦ green 1 ◦ blue 27

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

Shades of Mardi Gras #1F011B

Tints of Mardi Gras #1F011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.69%

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

R = 52.54%
G = 1.69%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#1F011B (or 0x1F011B) is known color: Mardi Gras. HEX triplet: 1F, 01 and 1B. RGB value is (31,1,27). Sum of RGB (Red+Green+Blue) = 31+1+27=59 (7% of max value = 765). Red value is 31 (12.5% from 255 or 52.54% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 27 (10.94% from 255 or 45.76% from 59); Max value from RGB is 31 - color contains mainly: red. Hex color #1F011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F011B is #E0FEE4. Grayscale: #0C0C0C. Windows color (decimal): -14745317 or 1769759. OLE color: 1769759.

HSL color Cylindrical-coordinate representation of color #1F011B: hue angle of 308º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F011B is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 1 27 -
CMYK 0 0.97 0.13 0.88
HSL 308º 0.94% 0.06% -
HSV(B) 308º 0.97% 0.12% -
XYZ 0.77 0.39 1.07 -
YUV 12.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 31 1 27 0 0.97 0.13 0.88 308 0.94 0.06
Hex 1F 1 1B 0 61 D 58 134 5E 6
Octal 37 1 33 0 141 15 130 464 136 6
Binary 11111 1 11011 0 1100001 1101 1011000 100110100 1011110 110

Color Harmonies of #1F011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F011B

Black with #1F011B

Text Example


Text Example

White with #1F011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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