Html Css Color HEX #1A0015 Mardi Gras

📋 copy color: '#1A0015'

red 26 ◦ green 0 ◦ blue 21

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

Shades of Mardi Gras #1A0015

Tints of Mardi Gras #1A0015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 44.68%

R = 55.32%
G = 0%
B = 44.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.90

RGB Variations

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

Color information

#1A0015 (or 0x1A0015) is known color: Mardi Gras. HEX triplet: 1A, 00 and 15. RGB value is (26,0,21). Sum of RGB (Red+Green+Blue) = 26+0+21=47 (6% of max value = 765). Red value is 26 (10.55% from 255 or 55.32% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0015 is #E5FFEA. Grayscale: #0A0A0A. Windows color (decimal): -15073259 or 1376282. OLE color: 1376282.

HSL color Cylindrical-coordinate representation of color #1A0015: hue angle of 311.54º 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 #1A0015 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 0 21 -
CMYK 0 1 0.19 0.90
HSL 311.54º 1% 0.05% -
HSV(B) 311.54º 1% 0.1% -
XYZ 0.56 0.27 0.73 -
YUV 10.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 26 0 21 0 1 0.19 0.90 311.54 1 0.05
Hex 1A 0 15 0 64 13 5A 138 64 5
Octal 32 0 25 0 144 23 132 470 144 5
Binary 11010 0 10101 0 1100100 10011 1011010 100111000 1100100 101

Color Harmonies of #1A0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0015

Black with #1A0015

Text Example


Text Example

White with #1A0015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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