#1B0919

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

Shades of Mardi Gras #1B0919

Tints of Mardi Gras #1B0919

Color information

#1B0919 (or 0x1B0919) is unknown color: approx Mardi Gras. HEX triplet: 1B, 09 and 19. RGB value is (27,9,25). Sum of RGB (Red+Green+Blue) = 27+9+25=61 (8% of max value = 765). Red value is 27 (10.94% from 255 or 44.26% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 25 (10.16% from 255 or 40.98% from 61); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0919 is #E4F6E6. Grayscale: #101010. Windows color (decimal): -15005415 or 1640731. OLE color: 1640731.

HSL color Cylindrical-coordinate representation of color #1B0919: hue angle of 306.67º 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 #1B0919 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB27925-
CMYK00.670.070.89
HSL306.67º50%7.06%-
HSV(B)306.67º66.67%10.59%-
XYZ0.730.50.98-
YUV16.21132.96135.7-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 44.26%
GREEN value IS 9 (3.91% from 255) = 14.75%
BLUE value IS 25 (10.16% from 255) = 40.98%
R=44.26%
G=14.75%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2792500.670.070.89306.67507.06
Hex1B919043759133327
Octal33113101037131463627
Binary11011100111001010000111111011001100110011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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