Html Css Color HEX #1A001A Mardi Gras

📋 copy color: '#1A001A'

red 26 ◦ green 0 ◦ blue 26

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

Shades of Mardi Gras #1A001A

Tints of Mardi Gras #1A001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#1A001A (or 0x1A001A) is known color: Mardi Gras. HEX triplet: 1A, 00 and 1A. RGB value is (26,0,26). Sum of RGB (Red+Green+Blue) = 26+0+26=52 (6% of max value = 765). Red value is 26 (10.55% from 255 or 50% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 26 (10.55% from 255 or 50% from 52); Max value from RGB is 26 - color contains mainly: red, blue. Hex color #1A001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A001A is #E5FFE5. Grayscale: #0A0A0A. Windows color (decimal): -15073254 or 1703962. OLE color: 1703962.

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

Color convert

RGB 26 0 26 -
CMYK 0 1 0 0.90
HSL 300º 1% 0.05% -
HSV(B) 300º 1% 0.1% -
XYZ 0.61 0.29 1 -
YUV 10.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 26 0 26 0 1 0 0.90 300 1 0.05
Hex 1A 0 1A 0 64 0 5A 12C 64 5
Octal 32 0 32 0 144 0 132 454 144 5
Binary 11010 0 11010 0 1100100 0 1011010 100101100 1100100 101

Color Harmonies of #1A001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A001A

Black with #1A001A

Text Example


Text Example

White with #1A001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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