Html Css Color HEX #1C121C Mardi Gras

📋 copy color: '#1C121C'

red 28 ◦ green 18 ◦ blue 28

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

Shades of Mardi Gras #1C121C

Tints of Mardi Gras #1C121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24.32%

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

R = 37.84%
G = 24.32%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1C121C (or 0x1C121C) is known color: Mardi Gras. HEX triplet: 1C, 12 and 1C. RGB value is (28,18,28). Sum of RGB (Red+Green+Blue) = 28+18+28=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 28 - color contains mainly: red, blue. Hex color #1C121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C121C is #E3EDE3. Grayscale: #161616. Windows color (decimal): -14937572 or 1839644. OLE color: 1839644.

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

Color convert

RGB 28 18 28 -
CMYK 0 0.36 0 0.89
HSL 300º 0.22% 0.09% -
HSV(B) 300º 0.36% 0.11% -
XYZ 0.9 0.76 1.2 -
YUV 22.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 28 18 28 0 0.36 0 0.89 300 0.22 0.09
Hex 1C 12 1C 0 24 0 59 12C 16 9
Octal 34 22 34 0 44 0 131 454 26 11
Binary 11100 10010 11100 0 100100 0 1011001 100101100 10110 1001

Color Harmonies of #1C121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C121C

Black with #1C121C

Text Example


Text Example

White with #1C121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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