Html Css Color HEX #1A0B19 Mardi Gras

📋 copy color: '#1A0B19'

red 26 ◦ green 11 ◦ blue 25

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

Shades of Mardi Gras #1A0B19

Tints of Mardi Gras #1A0B19

RGB

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

 GREEN value IS 11 (4.69% from 255) = 17.74%

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

R = 41.94%
G = 17.74%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.90

RGB Variations

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

Color information

#1A0B19 (or 0x1A0B19) is known color: Mardi Gras. HEX triplet: 1A, 0B and 19. RGB value is (26,11,25). Sum of RGB (Red+Green+Blue) = 26+11+25=62 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.94% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 25 (10.16% from 255 or 40.32% from 62); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0B19 is #E5F4E6. Grayscale: #111111. Windows color (decimal): -15070439 or 1641242. OLE color: 1641242.

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

Color convert

RGB 26 11 25 -
CMYK 0 0.58 0.04 0.90
HSL 304º 0.41% 0.07% -
HSV(B) 304º 0.58% 0.1% -
XYZ 0.72 0.53 0.98 -
YUV 17.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 26 11 25 0 0.58 0.04 0.90 304 0.41 0.07
Hex 1A B 19 0 3A 4 5A 130 29 7
Octal 32 13 31 0 72 4 132 460 51 7
Binary 11010 1011 11001 0 111010 100 1011010 100110000 101001 111

Color Harmonies of #1A0B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0B19

Black with #1A0B19

Text Example


Text Example

White with #1A0B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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