Html Css Color HEX #190018 Mardi Gras

📋 copy color: '#190018'

red 25 ◦ green 0 ◦ blue 24

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

Shades of Mardi Gras #190018

Tints of Mardi Gras #190018

RGB

 RED value IS 25 (10.16% from 255) = 51.02%

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

 BLUE value IS 24 (9.77% from 255) = 48.98%

R = 51.02%
G = 0%
B = 48.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.90

RGB Variations

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

Color information

#190018 (or 0x190018) is known color: Mardi Gras. HEX triplet: 19, 00 and 18. RGB value is (25,0,24). Sum of RGB (Red+Green+Blue) = 25+0+24=49 (6% of max value = 765). Red value is 25 (10.16% from 255 or 51.02% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 24 (9.77% from 255 or 48.98% from 49); Max value from RGB is 25 - color contains mainly: red. Hex color #190018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190018 is #E6FFE7. Grayscale: #0A0A0A. Windows color (decimal): -15138792 or 1572889. OLE color: 1572889.

HSL color Cylindrical-coordinate representation of color #190018: hue angle of 302.4º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190018 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 0 24 -
CMYK 0 1 0.04 0.90
HSL 302.4º 1% 0.05% -
HSV(B) 302.4º 1% 0.1% -
XYZ 0.57 0.27 0.89 -
YUV 10.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 25 0 24 0 1 0.04 0.90 302.4 1 0.05
Hex 19 0 18 0 64 4 5A 12E 64 5
Octal 31 0 30 0 144 4 132 456 144 5
Binary 11001 0 11000 0 1100100 100 1011010 100101110 1100100 101

Color Harmonies of #190018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190018

Black with #190018

Text Example


Text Example

White with #190018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190018; }

 p { color: rgb(25,0,24); }

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

background-color css

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

 a { background-color: rgb(25,0,24); }

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

border-color css

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

 span { border-color: rgb(25,0,24); }

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