Html Css Color HEX #1A0E19 Mardi Gras

📋 copy color: '#1A0E19'

red 26 ◦ green 14 ◦ blue 25

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

Shades of Mardi Gras #1A0E19

Tints of Mardi Gras #1A0E19

RGB

 RED value IS 26 (10.55% from 255) = 40%

 GREEN value IS 14 (5.86% from 255) = 21.54%

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

R = 40%
G = 21.54%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.90

RGB Variations

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

Color information

#1A0E19 (or 0x1A0E19) is known color: Mardi Gras. HEX triplet: 1A, 0E and 19. RGB value is (26,14,25). Sum of RGB (Red+Green+Blue) = 26+14+25=65 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40% from 65); Green value is 14 (5.86% from 255 or 21.54% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0E19 is #E5F1E6. Grayscale: #121212. Windows color (decimal): -15069671 or 1642010. OLE color: 1642010.

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

Color convert

RGB 26 14 25 -
CMYK 0 0.46 0.04 0.90
HSL 305º 0.3% 0.08% -
HSV(B) 305º 0.46% 0.1% -
XYZ 0.76 0.6 1 -
YUV 18.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 26 14 25 0 0.46 0.04 0.90 305 0.3 0.08
Hex 1A E 19 0 2E 4 5A 131 1E 8
Octal 32 16 31 0 56 4 132 461 36 10
Binary 11010 1110 11001 0 101110 100 1011010 100110001 11110 1000

Color Harmonies of #1A0E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0E19

Black with #1A0E19

Text Example


Text Example

White with #1A0E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,14,25); }

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

background-color css

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

 a { background-color: rgb(26,14,25); }

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

border-color css

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

 span { border-color: rgb(26,14,25); }

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