#1B001B

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

Shades of Mardi Gras #1B001B

Tints of Mardi Gras #1B001B

Color information

#1B001B (or 0x1B001B) is unknown color: approx Mardi Gras. HEX triplet: 1B, 00 and 1B. RGB value is (27,0,27). Sum of RGB (Red+Green+Blue) = 27+0+27=54 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 27 (10.94% from 255 or 50% from 54); Max value from RGB is 27 - color contains mainly: red, blue. Hex color #1B001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B001B is #E4FFE4. Grayscale: #0B0B0B. Windows color (decimal): -15007717 or 1769499. OLE color: 1769499.

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

Color convert

RGB27027-
CMYK0100.89
HSL300º100%5.29%-
HSV(B)300º100%10.59%-
XYZ0.650.311.06-
YUV11.15136.95139.3-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal270270100.893001005.29
Hex1B01B06405912c645
Octal33033014401314541445
Binary1101101101101100100010110011001011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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