Html Css Color HEX #1C061D Mardi Gras

📋 copy color: '#1C061D'

red 28 ◦ green 6 ◦ blue 29

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

Shades of Mardi Gras #1C061D

Tints of Mardi Gras #1C061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.52%

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

R = 44.44%
G = 9.52%
B = 46.03%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1C061D (or 0x1C061D) is known color: Mardi Gras. HEX triplet: 1C, 06 and 1D. RGB value is (28,6,29). Sum of RGB (Red+Green+Blue) = 28+6+29=63 (8% of max value = 765). Red value is 28 (11.33% from 255 or 44.44% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: blue. Hex color #1C061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C061D is #E3F9E2. Grayscale: #0F0F0F. Windows color (decimal): -14940643 or 1902108. OLE color: 1902108.

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

Color convert

RGB 28 6 29 -
CMYK 0.03 0.79 0 0.89
HSL 297.39º 0.66% 0.07% -
HSV(B) 297.39º 0.79% 0.11% -
XYZ 0.77 0.47 1.21 -
YUV 15.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 28 6 29 0.03 0.79 0 0.89 297.39 0.66 0.07
Hex 1C 6 1D 3 4F 0 59 129 42 7
Octal 34 6 35 3 117 0 131 451 102 7
Binary 11100 110 11101 11 1001111 0 1011001 100101001 1000010 111

Color Harmonies of #1C061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C061D

Black with #1C061D

Text Example


Text Example

White with #1C061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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