Html Css Color HEX #1C171D Mardi Gras

📋 copy color: '#1C171D'

red 28 ◦ green 23 ◦ blue 29

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

Shades of Mardi Gras #1C171D

Tints of Mardi Gras #1C171D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 28.75%

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

R = 35%
G = 28.75%
B = 36.25%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1C171D (or 0x1C171D) is known color: Mardi Gras. HEX triplet: 1C, 17 and 1D. RGB value is (28,23,29). Sum of RGB (Red+Green+Blue) = 28+23+29=80 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 29 - color contains mainly: blue. Hex color #1C171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C171D is #E3E8E2. Grayscale: #191919. Windows color (decimal): -14936291 or 1906460. OLE color: 1906460.

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

Color convert

RGB 28 23 29 -
CMYK 0.03 0.21 0 0.89
HSL 290º 0.12% 0.1% -
HSV(B) 290º 0.21% 0.11% -
XYZ 1.01 0.95 1.29 -
YUV 25.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 28 23 29 0.03 0.21 0 0.89 290 0.12 0.1
Hex 1C 17 1D 3 15 0 59 122 C A
Octal 34 27 35 3 25 0 131 442 14 12
Binary 11100 10111 11101 11 10101 0 1011001 100100010 1100 1010

Color Harmonies of #1C171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C171D

Black with #1C171D

Text Example


Text Example

White with #1C171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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