Html Css Color HEX #1C151C Mardi Gras

📋 copy color: '#1C151C'

red 28 ◦ green 21 ◦ blue 28

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

Shades of Mardi Gras #1C151C

Tints of Mardi Gras #1C151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.27%

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

R = 36.36%
G = 27.27%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1C151C (or 0x1C151C) is known color: Mardi Gras. HEX triplet: 1C, 15 and 1C. RGB value is (28,21,28). Sum of RGB (Red+Green+Blue) = 28+21+28=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 28 - color contains mainly: red, blue. Hex color #1C151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C151C is #E3EAE3. Grayscale: #171717. Windows color (decimal): -14936804 or 1840412. OLE color: 1840412.

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

Color convert

RGB 28 21 28 -
CMYK 0 0.25 0 0.89
HSL 300º 0.14% 0.1% -
HSV(B) 300º 0.25% 0.11% -
XYZ 0.96 0.87 1.22 -
YUV 23.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 28 21 28 0 0.25 0 0.89 300 0.14 0.1
Hex 1C 15 1C 0 19 0 59 12C E A
Octal 34 25 34 0 31 0 131 454 16 12
Binary 11100 10101 11100 0 11001 0 1011001 100101100 1110 1010

Color Harmonies of #1C151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C151C

Black with #1C151C

Text Example


Text Example

White with #1C151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,21,28); }

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

background-color css

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

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

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

border-color css

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

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

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