Html Css Color HEX #1A0C19 Mardi Gras

📋 copy color: '#1A0C19'

red 26 ◦ green 12 ◦ blue 25

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

Shades of Mardi Gras #1A0C19

Tints of Mardi Gras #1A0C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 19.05%

 BLUE value IS 25 (10.16% from 255) = 39.68%

R = 41.27%
G = 19.05%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.90

RGB Variations

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

Color information

#1A0C19 (or 0x1A0C19) is known color: Mardi Gras. HEX triplet: 1A, 0C and 19. RGB value is (26,12,25). Sum of RGB (Red+Green+Blue) = 26+12+25=63 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.27% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0C19 is #E5F3E6. Grayscale: #111111. Windows color (decimal): -15070183 or 1641498. OLE color: 1641498.

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

Color convert

RGB 26 12 25 -
CMYK 0 0.54 0.04 0.90
HSL 304.29º 0.37% 0.07% -
HSV(B) 304.29º 0.54% 0.1% -
XYZ 0.73 0.55 0.99 -
YUV 17.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 26 12 25 0 0.54 0.04 0.90 304.29 0.37 0.07
Hex 1A C 19 0 36 4 5A 130 25 7
Octal 32 14 31 0 66 4 132 460 45 7
Binary 11010 1100 11001 0 110110 100 1011010 100110000 100101 111

Color Harmonies of #1A0C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0C19

Black with #1A0C19

Text Example


Text Example

White with #1A0C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,12,25); }

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

background-color css

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

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

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

border-color css

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

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

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