Html Css Color HEX #1A111B Mardi Gras

📋 copy color: '#1A111B'

red 26 ◦ green 17 ◦ blue 27

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

Shades of Mardi Gras #1A111B

Tints of Mardi Gras #1A111B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 24.29%

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

R = 37.14%
G = 24.29%
B = 38.57%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1A111B (or 0x1A111B) is known color: Mardi Gras. HEX triplet: 1A, 11 and 1B. RGB value is (26,17,27). Sum of RGB (Red+Green+Blue) = 26+17+27=70 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.14% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 27 - color contains mainly: blue. Hex color #1A111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A111B is #E5EEE4. Grayscale: #141414. Windows color (decimal): -15068901 or 1773850. OLE color: 1773850.

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

Color convert

RGB 26 17 27 -
CMYK 0.04 0.37 0 0.89
HSL 294º 0.23% 0.09% -
HSV(B) 294º 0.37% 0.11% -
XYZ 0.82 0.7 1.13 -
YUV 20.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 26 17 27 0.04 0.37 0 0.89 294 0.23 0.09
Hex 1A 11 1B 4 25 0 59 126 17 9
Octal 32 21 33 4 45 0 131 446 27 11
Binary 11010 10001 11011 100 100101 0 1011001 100100110 10111 1001

Color Harmonies of #1A111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A111B

Black with #1A111B

Text Example


Text Example

White with #1A111B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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