Html Css Color HEX #1C071A Mardi Gras

📋 copy color: '#1C071A'

red 28 ◦ green 7 ◦ blue 26

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

Shades of Mardi Gras #1C071A

Tints of Mardi Gras #1C071A

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #1C071A: hue angle of 305.71º 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 #1C071A is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 7 26 -
CMYK 0 0.75 0.07 0.89
HSL 305.71º 0.6% 0.07% -
HSV(B) 305.71º 0.75% 0.11% -
XYZ 0.74 0.47 1.03 -
YUV 15.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 28 7 26 0 0.75 0.07 0.89 305.71 0.6 0.07
Hex 1C 7 1A 0 4B 7 59 132 3C 7
Octal 34 7 32 0 113 7 131 462 74 7
Binary 11100 111 11010 0 1001011 111 1011001 100110010 111100 111

Color Harmonies of #1C071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C071A

Black with #1C071A

Text Example


Text Example

White with #1C071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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