Html Css Color HEX #1C131C Mardi Gras

📋 copy color: '#1C131C'

red 28 ◦ green 19 ◦ blue 28

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

Shades of Mardi Gras #1C131C

Tints of Mardi Gras #1C131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.33%

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

R = 37.33%
G = 25.33%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1C131C (or 0x1C131C) is known color: Mardi Gras. HEX triplet: 1C, 13 and 1C. RGB value is (28,19,28). Sum of RGB (Red+Green+Blue) = 28+19+28=75 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.33% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 28 - color contains mainly: red, blue. Hex color #1C131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C131C is #E3ECE3. Grayscale: #161616. Windows color (decimal): -14937316 or 1839900. OLE color: 1839900.

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

Color convert

RGB 28 19 28 -
CMYK 0 0.32 0 0.89
HSL 300º 0.19% 0.09% -
HSV(B) 300º 0.32% 0.11% -
XYZ 0.92 0.8 1.2 -
YUV 22.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 28 19 28 0 0.32 0 0.89 300 0.19 0.09
Hex 1C 13 1C 0 20 0 59 12C 13 9
Octal 34 23 34 0 40 0 131 454 23 11
Binary 11100 10011 11100 0 100000 0 1011001 100101100 10011 1001

Color Harmonies of #1C131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C131C

Black with #1C131C

Text Example


Text Example

White with #1C131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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