#1B0A1B

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

Shades of Mardi Gras #1B0A1B

Tints of Mardi Gras #1B0A1B

Color information

#1B0A1B (or 0x1B0A1B) is unknown color: approx Mardi Gras. HEX triplet: 1B, 0A and 1B. RGB value is (27,10,27). Sum of RGB (Red+Green+Blue) = 27+10+27=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 27 - color contains mainly: red, blue. Hex color #1B0A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0A1B is #E4F5E4. Grayscale: #101010. Windows color (decimal): -15005157 or 1772059. OLE color: 1772059.

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

Color convert

RGB271027-
CMYK00.6300.89
HSL300º45.95%7.25%-
HSV(B)300º62.96%10.59%-
XYZ0.760.531.1-
YUV17.02133.63135.12-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 42.19%
GREEN value IS 10 (4.30% from 255) = 15.62%
BLUE value IS 27 (10.94% from 255) = 42.19%
R=42.19%
G=15.62%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27102700.6300.8930045.957.25
Hex1BA1B03F05912c2e7
Octal3312330770131454567
Binary11011101011011011111101011001100101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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