Html Css Color HEX #190418 Mardi Gras

📋 copy color: '#190418'

red 25 ◦ green 4 ◦ blue 24

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

Shades of Mardi Gras #190418

Tints of Mardi Gras #190418

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.55%

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

R = 47.17%
G = 7.55%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.90

RGB Variations

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

Color information

#190418 (or 0x190418) is known color: Mardi Gras. HEX triplet: 19, 04 and 18. RGB value is (25,4,24). Sum of RGB (Red+Green+Blue) = 25+4+24=53 (7% of max value = 765). Red value is 25 (10.16% from 255 or 47.17% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 25 - color contains mainly: red. Hex color #190418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190418 is #E6FBE7. Grayscale: #0C0C0C. Windows color (decimal): -15137768 or 1573913. OLE color: 1573913.

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

Color convert

RGB 25 4 24 -
CMYK 0 0.84 0.04 0.90
HSL 302.86º 0.72% 0.06% -
HSV(B) 302.86º 0.84% 0.1% -
XYZ 0.61 0.36 0.9 -
YUV 12.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 25 4 24 0 0.84 0.04 0.90 302.86 0.72 0.06
Hex 19 4 18 0 54 4 5A 12F 48 6
Octal 31 4 30 0 124 4 132 457 110 6
Binary 11001 100 11000 0 1010100 100 1011010 100101111 1001000 110

Color Harmonies of #190418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190418

Black with #190418

Text Example


Text Example

White with #190418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190418; }

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

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

background-color css

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

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

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

border-color css

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

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

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