Html Css Color HEX #1F1020 Mardi Gras

📋 copy color: '#1F1020'

red 31 ◦ green 16 ◦ blue 32

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

Shades of Mardi Gras #1F1020

Tints of Mardi Gras #1F1020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 20.25%

 BLUE value IS 32 (12.89% from 255) = 40.51%

R = 39.24%
G = 20.25%
B = 40.51%

CMYK

 C value IS 0.03

 M value IS 0.5

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1F1020 (or 0x1F1020) is known color: Mardi Gras. HEX triplet: 1F, 10 and 20. RGB value is (31,16,32). Sum of RGB (Red+Green+Blue) = 31+16+32=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 32 (12.89% from 255 or 40.51% from 79); Max value from RGB is 32 - color contains mainly: blue. Hex color #1F1020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1020 is #E0EFDF. Grayscale: #161616. Windows color (decimal): -14741472 or 2101279. OLE color: 2101279.

HSL color Cylindrical-coordinate representation of color #1F1020: hue angle of 296.25º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1F1020 is Cyan = 0.03, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 31 16 32 -
CMYK 0.03 0.5 0 0.87
HSL 296.25º 0.33% 0.09% -
HSV(B) 296.25º 0.5% 0.13% -
XYZ 1.01 0.77 1.46 -
YUV 22.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 31 16 32 0.03 0.5 0 0.87 296.25 0.33 0.09
Hex 1F 10 20 3 32 0 57 128 21 9
Octal 37 20 40 3 62 0 127 450 41 11
Binary 11111 10000 100000 11 110010 0 1010111 100101000 100001 1001

Color Harmonies of #1F1020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1020

Black with #1F1020

Text Example


Text Example

White with #1F1020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,16,32); }

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

background-color css

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

 a { background-color: rgb(31,16,32); }

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

border-color css

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

 span { border-color: rgb(31,16,32); }

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