Html Css Color HEX #1A121B Mardi Gras

📋 copy color: '#1A121B'

red 26 ◦ green 18 ◦ blue 27

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

Shades of Mardi Gras #1A121B

Tints of Mardi Gras #1A121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.35%

 BLUE value IS 27 (10.94% from 255) = 38.03%

R = 36.62%
G = 25.35%
B = 38.03%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1A121B (or 0x1A121B) is known color: Mardi Gras. HEX triplet: 1A, 12 and 1B. RGB value is (26,18,27). Sum of RGB (Red+Green+Blue) = 26+18+27=71 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.62% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 27 - color contains mainly: blue. Hex color #1A121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A121B is #E5EDE4. Grayscale: #151515. Windows color (decimal): -15068645 or 1774106. OLE color: 1774106.

HSL color Cylindrical-coordinate representation of color #1A121B: hue angle of 293.33º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1A121B is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 26 18 27 -
CMYK 0.04 0.33 0 0.89
HSL 293.33º 0.2% 0.09% -
HSV(B) 293.33º 0.33% 0.11% -
XYZ 0.84 0.73 1.13 -
YUV 21.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 26 18 27 0.04 0.33 0 0.89 293.33 0.2 0.09
Hex 1A 12 1B 4 21 0 59 125 14 9
Octal 32 22 33 4 41 0 131 445 24 11
Binary 11010 10010 11011 100 100001 0 1011001 100100101 10100 1001

Color Harmonies of #1A121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A121B

Black with #1A121B

Text Example


Text Example

White with #1A121B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,18,27); }

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

background-color css

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

 a { background-color: rgb(26,18,27); }

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

border-color css

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

 span { border-color: rgb(26,18,27); }

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