#1B121B

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

Shades of Mardi Gras #1B121B

Tints of Mardi Gras #1B121B

Color information

#1B121B (or 0x1B121B) is unknown color: approx Mardi Gras. HEX triplet: 1B, 12 and 1B. RGB value is (27,18,27). Sum of RGB (Red+Green+Blue) = 27+18+27=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 27 - color contains mainly: red, blue. Hex color #1B121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B121B is #E4EDE4. Grayscale: #151515. Windows color (decimal): -15003109 or 1774107. OLE color: 1774107.

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

Color convert

RGB271827-
CMYK00.3300.89
HSL300º20%8.82%-
HSV(B)300º33.33%10.59%-
XYZ0.870.741.14-
YUV21.72130.98131.77-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 37.5%
GREEN value IS 18 (7.42% from 255) = 25%
BLUE value IS 27 (10.94% from 255) = 37.5%
R=37.5%
G=25%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27182700.3300.89300208.82
Hex1B121B02105912c149
Octal33223304101314542411
Binary110111001011011010000101011001100101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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