#1B091A

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

Shades of Mardi Gras #1B091A

Tints of Mardi Gras #1B091A

Color information

#1B091A (or 0x1B091A) is unknown color: approx Mardi Gras. HEX triplet: 1B, 09 and 1A. RGB value is (27,9,26). Sum of RGB (Red+Green+Blue) = 27+9+26=62 (8% of max value = 765). Red value is 27 (10.94% from 255 or 43.55% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 27 - color contains mainly: red. Hex color #1B091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B091A is #E4F6E5. Grayscale: #101010. Windows color (decimal): -15005414 or 1706267. OLE color: 1706267.

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

Color convert

RGB27926-
CMYK00.670.040.89
HSL303.33º50%7.06%-
HSV(B)303.33º66.67%10.59%-
XYZ0.740.51.04-
YUV16.32133.46135.62-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 43.55%
GREEN value IS 9 (3.91% from 255) = 14.52%
BLUE value IS 26 (10.55% from 255) = 41.94%
R=43.55%
G=14.52%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2792600.670.040.89303.33507.06
Hex1B91A04345912f327
Octal33113201034131457627
Binary11011100111010010000111001011001100101111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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