Html Css Color HEX #1A071C Mardi Gras

📋 copy color: '#1A071C'

red 26 ◦ green 7 ◦ blue 28

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

Shades of Mardi Gras #1A071C

Tints of Mardi Gras #1A071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.48%

 BLUE value IS 28 (11.33% from 255) = 45.9%

R = 42.62%
G = 11.48%
B = 45.9%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1A071C (or 0x1A071C) is known color: Mardi Gras. HEX triplet: 1A, 07 and 1C. RGB value is (26,7,28). Sum of RGB (Red+Green+Blue) = 26+7+28=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A071C is #E5F8E3. Grayscale: #0F0F0F. Windows color (decimal): -15071460 or 1836826. OLE color: 1836826.

HSL color Cylindrical-coordinate representation of color #1A071C: hue angle of 294.29º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A071C is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 26 7 28 -
CMYK 0.07 0.75 0 0.89
HSL 294.29º 0.6% 0.07% -
HSV(B) 294.29º 0.75% 0.11% -
XYZ 0.71 0.46 1.15 -
YUV 15.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 26 7 28 0.07 0.75 0 0.89 294.29 0.6 0.07
Hex 1A 7 1C 7 4B 0 59 126 3C 7
Octal 32 7 34 7 113 0 131 446 74 7
Binary 11010 111 11100 111 1001011 0 1011001 100100110 111100 111

Color Harmonies of #1A071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A071C

Black with #1A071C

Text Example


Text Example

White with #1A071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,7,28); }

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

background-color css

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

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

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

border-color css

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

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

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