Html Css Color HEX #1C141B Mardi Gras

📋 copy color: '#1C141B'

red 28 ◦ green 20 ◦ blue 27

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

Shades of Mardi Gras #1C141B

Tints of Mardi Gras #1C141B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 36%

R = 37.33%
G = 26.67%
B = 36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.89

RGB Variations

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

Color information

#1C141B (or 0x1C141B) is known color: Mardi Gras. HEX triplet: 1C, 14 and 1B. RGB value is (28,20,27). Sum of RGB (Red+Green+Blue) = 28+20+27=75 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.33% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 28 - color contains mainly: red. Hex color #1C141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C141B is #E3EBE4. Grayscale: #171717. Windows color (decimal): -14937061 or 1774620. OLE color: 1774620.

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

Color convert

RGB 28 20 27 -
CMYK 0 0.29 0.04 0.89
HSL 307.5º 0.17% 0.09% -
HSV(B) 307.5º 0.29% 0.11% -
XYZ 0.93 0.83 1.15 -
YUV 23.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 28 20 27 0 0.29 0.04 0.89 307.5 0.17 0.09
Hex 1C 14 1B 0 1D 4 59 134 11 9
Octal 34 24 33 0 35 4 131 464 21 11
Binary 11100 10100 11011 0 11101 100 1011001 100110100 10001 1001

Color Harmonies of #1C141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C141B

Black with #1C141B

Text Example


Text Example

White with #1C141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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