Html Css Color HEX #1B121C Mardi Gras

📋 copy color: '#1B121C'

red 27 ◦ green 18 ◦ blue 28

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

Shades of Mardi Gras #1B121C

Tints of Mardi Gras #1B121C

RGB

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

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

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

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

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

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

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

Color convert

RGB 27 18 28 -
CMYK 0.04 0.36 0 0.89
HSL 294º 0.22% 0.09% -
HSV(B) 294º 0.36% 0.11% -
XYZ 0.88 0.75 1.2 -
YUV 21.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 27 18 28 0.04 0.36 0 0.89 294 0.22 0.09
Hex 1B 12 1C 4 24 0 59 126 16 9
Octal 33 22 34 4 44 0 131 446 26 11
Binary 11011 10010 11100 100 100100 0 1011001 100100110 10110 1001

Color Harmonies of #1B121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B121C

Black with #1B121C

Text Example


Text Example

White with #1B121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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