Html Css Color HEX #1C0119 Mardi Gras

📋 copy color: '#1C0119'

red 28 ◦ green 1 ◦ blue 25

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

Shades of Mardi Gras #1C0119

Tints of Mardi Gras #1C0119

RGB

 RED value IS 28 (11.33% from 255) = 51.85%

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

 BLUE value IS 25 (10.16% from 255) = 46.3%

R = 51.85%
G = 1.85%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.89

RGB Variations

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

Color information

#1C0119 (or 0x1C0119) is known color: Mardi Gras. HEX triplet: 1C, 01 and 19. RGB value is (28,1,25). Sum of RGB (Red+Green+Blue) = 28+1+25=54 (7% of max value = 765). Red value is 28 (11.33% from 255 or 51.85% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 25 (10.16% from 255 or 46.30% from 54); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0119 is #E3FEE6. Grayscale: #0B0B0B. Windows color (decimal): -14941927 or 1638684. OLE color: 1638684.

HSL color Cylindrical-coordinate representation of color #1C0119: hue angle of 306.67º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C0119 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 1 25 -
CMYK 0 0.96 0.11 0.89
HSL 306.67º 0.93% 0.06% -
HSV(B) 306.67º 0.96% 0.11% -
XYZ 0.67 0.34 0.95 -
YUV 11.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 28 1 25 0 0.96 0.11 0.89 306.67 0.93 0.06
Hex 1C 1 19 0 60 B 59 133 5D 6
Octal 34 1 31 0 140 13 131 463 135 6
Binary 11100 1 11001 0 1100000 1011 1011001 100110011 1011101 110

Color Harmonies of #1C0119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0119

Black with #1C0119

Text Example


Text Example

White with #1C0119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,1,25); }

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

background-color css

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

 a { background-color: rgb(28,1,25); }

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

border-color css

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

 span { border-color: rgb(28,1,25); }

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