#1B131B

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

Shades of Mardi Gras #1B131B

Tints of Mardi Gras #1B131B

Color information

#1B131B (or 0x1B131B) is unknown color: approx Mardi Gras. HEX triplet: 1B, 13 and 1B. RGB value is (27,19,27). Sum of RGB (Red+Green+Blue) = 27+19+27=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 27 - color contains mainly: red, blue. Hex color #1B131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B131B is #E4ECE4. Grayscale: #161616. Windows color (decimal): -15002853 or 1774363. OLE color: 1774363.

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

Color convert

RGB271927-
CMYK00.3000.89
HSL300º17.39%9.02%-
HSV(B)300º29.63%10.59%-
XYZ0.880.781.14-
YUV22.3130.65131.35-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36.99%
GREEN value IS 19 (7.81% from 255) = 26.03%
BLUE value IS 27 (10.94% from 255) = 36.99%
R=36.99%
G=26.03%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27192700.3000.8930017.399.02
Hex1B131B01E05912c119
Octal33233303601314542111
Binary11011100111101101111001011001100101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,19,27); }

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

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

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

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

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

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

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