#1B0E19

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

Shades of Mardi Gras #1B0E19

Tints of Mardi Gras #1B0E19

Color information

#1B0E19 (or 0x1B0E19) is unknown color: approx Mardi Gras. HEX triplet: 1B, 0E and 19. RGB value is (27,14,25). Sum of RGB (Red+Green+Blue) = 27+14+25=66 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.91% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0E19 is #E4F1E6. Grayscale: #131313. Windows color (decimal): -15004135 or 1642011. OLE color: 1642011.

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

Color convert

RGB271425-
CMYK00.480.070.89
HSL309.23º31.71%8.04%-
HSV(B)309.23º48.15%10.59%-
XYZ0.780.621-
YUV19.14131.31133.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 40.91%
GREEN value IS 14 (5.86% from 255) = 21.21%
BLUE value IS 25 (10.16% from 255) = 37.88%
R=40.91%
G=21.21%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27142500.480.070.89309.2331.718.04
Hex1BE19030759135208
Octal33163106071314654010
Binary11011111011001011000011110110011001101011000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,14,25); }

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

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

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

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

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

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

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