#1B051B

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

Shades of Mardi Gras #1B051B

Tints of Mardi Gras #1B051B

Color information

#1B051B (or 0x1B051B) is unknown color: approx Mardi Gras. HEX triplet: 1B, 05 and 1B. RGB value is (27,5,27). Sum of RGB (Red+Green+Blue) = 27+5+27=59 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45.76% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 27 (10.94% from 255 or 45.76% from 59); Max value from RGB is 27 - color contains mainly: red, blue. Hex color #1B051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B051B is #E4FAE4. Grayscale: #0E0E0E. Windows color (decimal): -15006437 or 1770779. OLE color: 1770779.

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

Color convert

RGB27527-
CMYK00.8100.89
HSL300º68.75%6.27%-
HSV(B)300º81.48%10.59%-
XYZ0.70.421.08-
YUV14.09135.29137.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 45.76%
GREEN value IS 5 (2.34% from 255) = 8.47%
BLUE value IS 27 (10.94% from 255) = 45.76%
R=45.76%
G=8.47%
B=45.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2752700.8100.8930068.756.27
Hex1B51B05105912c456
Octal33533012101314541056
Binary110111011101101010001010110011001011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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