Html Css Color HEX #1C071D Mardi Gras

📋 copy color: '#1C071D'

red 28 ◦ green 7 ◦ blue 29

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

Shades of Mardi Gras #1C071D

Tints of Mardi Gras #1C071D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 45.31%

R = 43.75%
G = 10.94%
B = 45.31%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1C071D (or 0x1C071D) is known color: Mardi Gras. HEX triplet: 1C, 07 and 1D. RGB value is (28,7,29). Sum of RGB (Red+Green+Blue) = 28+7+29=64 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.75% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 29 - color contains mainly: blue. Hex color #1C071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C071D is #E3F8E2. Grayscale: #0F0F0F. Windows color (decimal): -14940387 or 1902364. OLE color: 1902364.

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

Color convert

RGB 28 7 29 -
CMYK 0.03 0.76 0 0.89
HSL 297.27º 0.61% 0.07% -
HSV(B) 297.27º 0.76% 0.11% -
XYZ 0.78 0.49 1.22 -
YUV 15.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 28 7 29 0.03 0.76 0 0.89 297.27 0.61 0.07
Hex 1C 7 1D 3 4C 0 59 129 3D 7
Octal 34 7 35 3 114 0 131 451 75 7
Binary 11100 111 11101 11 1001100 0 1011001 100101001 111101 111

Color Harmonies of #1C071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C071D

Black with #1C071D

Text Example


Text Example

White with #1C071D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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