Html Css Color HEX #1C141D Mardi Gras

📋 copy color: '#1C141D'

red 28 ◦ green 20 ◦ blue 29

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

Shades of Mardi Gras #1C141D

Tints of Mardi Gras #1C141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.97%

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

R = 36.36%
G = 25.97%
B = 37.66%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1C141D (or 0x1C141D) is known color: Mardi Gras. HEX triplet: 1C, 14 and 1D. RGB value is (28,20,29). Sum of RGB (Red+Green+Blue) = 28+20+29=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 29 - color contains mainly: blue. Hex color #1C141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C141D is #E3EBE2. Grayscale: #171717. Windows color (decimal): -14937059 or 1905692. OLE color: 1905692.

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

Color convert

RGB 28 20 29 -
CMYK 0.03 0.31 0 0.89
HSL 293.33º 0.18% 0.1% -
HSV(B) 293.33º 0.31% 0.11% -
XYZ 0.95 0.84 1.27 -
YUV 23.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 28 20 29 0.03 0.31 0 0.89 293.33 0.18 0.1
Hex 1C 14 1D 3 1F 0 59 125 12 A
Octal 34 24 35 3 37 0 131 445 22 12
Binary 11100 10100 11101 11 11111 0 1011001 100100101 10010 1010

Color Harmonies of #1C141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C141D

Black with #1C141D

Text Example


Text Example

White with #1C141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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