#1C071E

Color #1C071E Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #1C071E

Tints of Mardi Gras #1C071E

Color information

#1C071E (or 0x1C071E) is unknown color: approx Mardi Gras. HEX triplet: 1C, 07 and 1E. RGB value is (28,7,30). Sum of RGB (Red+Green+Blue) = 28+7+30=65 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.08% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 30 - color contains mainly: blue. Hex color #1C071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C071E is #E3F8E1. Grayscale: #0F0F0F. Windows color (decimal): -14940386 or 1967900. OLE color: 1967900.

HSL color Cylindrical-coordinate representation of color #1C071E: hue angle of 294.78º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C071E is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB28730-
CMYK0.070.7700.88
HSL294.78º62.16%7.25%-
HSV(B)294.78º76.67%11.76%-
XYZ0.790.491.28-
YUV15.9135.96136.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 43.08%
GREEN value IS 7 (3.12% from 255) = 10.77%
BLUE value IS 30 (12.11% from 255) = 46.15%
R=43.08%
G=10.77%
B=46.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal287300.070.7700.88294.7862.167.25
Hex1C71E74D0581273e7
Octal3473671150130447767
Binary1110011111110111100110101011000100100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C071E;
 }
 .AnyTagClassName
 {
   color: #1C071E;
 }
</style>
background-color css

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

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

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

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

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

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