#1B151C

Color #1B151C Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #1B151C

Tints of Mardi Gras #1B151C

Color information

#1B151C (or 0x1B151C) is unknown color: approx Mardi Gras. HEX triplet: 1B, 15 and 1C. RGB value is (27,21,28). Sum of RGB (Red+Green+Blue) = 27+21+28=76 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.53% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 28 - color contains mainly: blue. Hex color #1B151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B151C is #E4EAE3. Grayscale: #171717. Windows color (decimal): -15002340 or 1840411. OLE color: 1840411.

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

Color convert

RGB272128-
CMYK0.040.2500.89
HSL291.43º14.29%9.61%-
HSV(B)291.43º25%10.98%-
XYZ0.930.851.21-
YUV23.59130.49130.43-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.53%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=35.53%
G=27.63%
B=36.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2721280.040.2500.89291.4314.299.61
Hex1B151C419059123ea
Octal33253443101314431612
Binary110111010111100100110010101100110010001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B151C;
 }
 .AnyTagClassName
 {
   color: #1B151C;
 }
</style>
background-color css

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

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

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

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

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

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