Html Css Color HEX #1C121B Mardi Gras

📋 copy color: '#1C121B'

red 28 ◦ green 18 ◦ blue 27

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

Shades of Mardi Gras #1C121B

Tints of Mardi Gras #1C121B

RGB

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

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

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

R = 38.36%
G = 24.66%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.89

RGB Variations

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

Color information

#1C121B (or 0x1C121B) is known color: Mardi Gras. HEX triplet: 1C, 12 and 1B. RGB value is (28,18,27). Sum of RGB (Red+Green+Blue) = 28+18+27=73 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.36% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 28 - color contains mainly: red. Hex color #1C121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C121B is #E3EDE4. Grayscale: #151515. Windows color (decimal): -14937573 or 1774108. OLE color: 1774108.

HSL color Cylindrical-coordinate representation of color #1C121B: hue angle of 306º 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 #1C121B is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 18 27 -
CMYK 0 0.36 0.04 0.89
HSL 306º 0.22% 0.09% -
HSV(B) 306º 0.36% 0.11% -
XYZ 0.89 0.76 1.14 -
YUV 22.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 28 18 27 0 0.36 0.04 0.89 306 0.22 0.09
Hex 1C 12 1B 0 24 4 59 132 16 9
Octal 34 22 33 0 44 4 131 462 26 11
Binary 11100 10010 11011 0 100100 100 1011001 100110010 10110 1001

Color Harmonies of #1C121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C121B

Black with #1C121B

Text Example


Text Example

White with #1C121B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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