Html Css Color HEX #1A151A Mardi Gras

📋 copy color: '#1A151A'

red 26 ◦ green 21 ◦ blue 26

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

Shades of Mardi Gras #1A151A

Tints of Mardi Gras #1A151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 28.77%

 BLUE value IS 26 (10.55% from 255) = 35.62%

R = 35.62%
G = 28.77%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#1A151A (or 0x1A151A) is known color: Mardi Gras. HEX triplet: 1A, 15 and 1A. RGB value is (26,21,26). Sum of RGB (Red+Green+Blue) = 26+21+26=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 26 - color contains mainly: red, blue. Hex color #1A151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A151A is #E5EAE5. Grayscale: #171717. Windows color (decimal): -15067878 or 1709338. OLE color: 1709338.

HSL color Cylindrical-coordinate representation of color #1A151A: hue angle of 300º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1A151A is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 21 26 -
CMYK 0 0.19 0 0.90
HSL 300º 0.11% 0.09% -
HSV(B) 300º 0.19% 0.1% -
XYZ 0.88 0.83 1.09 -
YUV 23.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 26 21 26 0 0.19 0 0.90 300 0.11 0.09
Hex 1A 15 1A 0 13 0 5A 12C B 9
Octal 32 25 32 0 23 0 132 454 13 11
Binary 11010 10101 11010 0 10011 0 1011010 100101100 1011 1001

Color Harmonies of #1A151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A151A

Black with #1A151A

Text Example


Text Example

White with #1A151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,21,26); }

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

background-color css

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

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

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

border-color css

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

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

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