#1B0016

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

Shades of Mardi Gras #1B0016

Tints of Mardi Gras #1B0016

Color information

#1B0016 (or 0x1B0016) is unknown color: approx Mardi Gras. HEX triplet: 1B, 00 and 16. RGB value is (27,0,22). Sum of RGB (Red+Green+Blue) = 27+0+22=49 (6% of max value = 765). Red value is 27 (10.94% from 255 or 55.10% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 22 (8.98% from 255 or 44.90% from 49); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0016 is #E4FFE9. Grayscale: #0A0A0A. Windows color (decimal): -15007722 or 1441819. OLE color: 1441819.

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

Color convert

RGB27022-
CMYK010.190.89
HSL311.11º100%5.29%-
HSV(B)311.11º100%10.59%-
XYZ0.60.290.78-
YUV10.58134.45139.71-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 55.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 44.90%
R=55.10%
G=0%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27022010.190.89311.111005.29
Hex1B0160641359137645
Octal330260144231314671445
Binary11011010110011001001001110110011001101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,0,22); }

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

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

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

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

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

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

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