Html Css Color HEX #191018 Mardi Gras

📋 copy color: '#191018'

red 25 ◦ green 16 ◦ blue 24

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

Shades of Mardi Gras #191018

Tints of Mardi Gras #191018

RGB

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

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

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

R = 38.46%
G = 24.62%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.90

RGB Variations

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

Color information

#191018 (or 0x191018) is known color: Mardi Gras. HEX triplet: 19, 10 and 18. RGB value is (25,16,24). Sum of RGB (Red+Green+Blue) = 25+16+24=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 25 - color contains mainly: red. Hex color #191018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191018 is #E6EFE7. Grayscale: #131313. Windows color (decimal): -15134696 or 1576985. OLE color: 1576985.

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

Color convert

RGB 25 16 24 -
CMYK 0 0.36 0.04 0.90
HSL 306.67º 0.22% 0.08% -
HSV(B) 306.67º 0.36% 0.1% -
XYZ 0.75 0.64 0.95 -
YUV 19.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 25 16 24 0 0.36 0.04 0.90 306.67 0.22 0.08
Hex 19 10 18 0 24 4 5A 133 16 8
Octal 31 20 30 0 44 4 132 463 26 10
Binary 11001 10000 11000 0 100100 100 1011010 100110011 10110 1000

Color Harmonies of #191018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191018

Black with #191018

Text Example


Text Example

White with #191018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191018; }

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

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

background-color css

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

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

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

border-color css

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

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

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