Html Css Color HEX #1F001C Mardi Gras

📋 copy color: '#1F001C'

red 31 ◦ green 0 ◦ blue 28

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

Shades of Mardi Gras #1F001C

Tints of Mardi Gras #1F001C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.54%
G = 0%
B = 47.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#1F001C (or 0x1F001C) is known color: Mardi Gras. HEX triplet: 1F, 00 and 1C. RGB value is (31,0,28). Sum of RGB (Red+Green+Blue) = 31+0+28=59 (7% of max value = 765). Red value is 31 (12.5% from 255 or 52.54% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 31 - color contains mainly: red. Hex color #1F001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F001C is #E0FFE3. Grayscale: #0C0C0C. Windows color (decimal): -14745572 or 1835039. OLE color: 1835039.

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

Color convert

RGB 31 0 28 -
CMYK 0 1 0.10 0.88
HSL 305.81º 1% 0.06% -
HSV(B) 305.81º 1% 0.12% -
XYZ 0.77 0.38 1.13 -
YUV 12.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 31 0 28 0 1 0.10 0.88 305.81 1 0.06
Hex 1F 0 1C 0 64 A 58 132 64 6
Octal 37 0 34 0 144 12 130 462 144 6
Binary 11111 0 11100 0 1100100 1010 1011000 100110010 1100100 110

Color Harmonies of #1F001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F001C

Black with #1F001C

Text Example


Text Example

White with #1F001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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