Html Css Color HEX #1F051B Mardi Gras

📋 copy color: '#1F051B'

red 31 ◦ green 5 ◦ blue 27

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

Shades of Mardi Gras #1F051B

Tints of Mardi Gras #1F051B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.94%

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

R = 49.21%
G = 7.94%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#1F051B (or 0x1F051B) is known color: Mardi Gras. HEX triplet: 1F, 05 and 1B. RGB value is (31,5,27). Sum of RGB (Red+Green+Blue) = 31+5+27=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F051B is #E0FAE4. Grayscale: #0F0F0F. Windows color (decimal): -14744293 or 1770783. OLE color: 1770783.

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

Color convert

RGB 31 5 27 -
CMYK 0 0.84 0.13 0.88
HSL 309.23º 0.72% 0.07% -
HSV(B) 309.23º 0.84% 0.12% -
XYZ 0.82 0.48 1.09 -
YUV 15.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 31 5 27 0 0.84 0.13 0.88 309.23 0.72 0.07
Hex 1F 5 1B 0 54 D 58 135 48 7
Octal 37 5 33 0 124 15 130 465 110 7
Binary 11111 101 11011 0 1010100 1101 1011000 100110101 1001000 111

Color Harmonies of #1F051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F051B

Black with #1F051B

Text Example


Text Example

White with #1F051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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