#1B0B1A

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

Shades of Mardi Gras #1B0B1A

Tints of Mardi Gras #1B0B1A

Color information

#1B0B1A (or 0x1B0B1A) is unknown color: approx Mardi Gras. HEX triplet: 1B, 0B and 1A. RGB value is (27,11,26). Sum of RGB (Red+Green+Blue) = 27+11+26=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0B1A is #E4F4E5. Grayscale: #111111. Windows color (decimal): -15004902 or 1706779. OLE color: 1706779.

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

Color convert

RGB271126-
CMYK00.590.040.89
HSL303.75º42.11%7.45%-
HSV(B)303.75º59.26%10.59%-
XYZ0.760.551.04-
YUV17.49132.8134.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 42.19%
GREEN value IS 11 (4.69% from 255) = 17.19%
BLUE value IS 26 (10.55% from 255) = 40.62%
R=42.19%
G=17.19%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27112600.590.040.89303.7542.117.45
Hex1BB1A03B4591302a7
Octal3313320734131460527
Binary1101110111101001110111001011001100110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,11,26); }

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

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

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

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

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

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

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