#1B0118

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

Shades of Mardi Gras #1B0118

Tints of Mardi Gras #1B0118

Color information

#1B0118 (or 0x1B0118) is unknown color: approx Mardi Gras. HEX triplet: 1B, 01 and 18. RGB value is (27,1,24). Sum of RGB (Red+Green+Blue) = 27+1+24=52 (6% of max value = 765). Red value is 27 (10.94% from 255 or 51.92% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 24 (9.77% from 255 or 46.15% from 52); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0118 is #E4FEE7. Grayscale: #0B0B0B. Windows color (decimal): -15007464 or 1573147. OLE color: 1573147.

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

Color convert

RGB27124-
CMYK00.960.110.89
HSL306.92º92.86%5.49%-
HSV(B)306.92º96.3%10.59%-
XYZ0.630.320.89-
YUV11.4135.11139.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 51.92%
GREEN value IS 1 (0.78% from 255) = 1.92%
BLUE value IS 24 (9.77% from 255) = 46.15%
R=51.92%
G=1.92%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2712400.960.110.89306.9292.865.49
Hex1B118060B591335d5
Octal331300140131314631355
Binary1101111100001100000101110110011001100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,1,24); }

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

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

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

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

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

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

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