#1B051A

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

Shades of Mardi Gras #1B051A

Tints of Mardi Gras #1B051A

Color information

#1B051A (or 0x1B051A) is unknown color: approx Mardi Gras. HEX triplet: 1B, 05 and 1A. RGB value is (27,5,26). Sum of RGB (Red+Green+Blue) = 27+5+26=58 (7% of max value = 765). Red value is 27 (10.94% from 255 or 46.55% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 26 (10.55% from 255 or 44.83% from 58); Max value from RGB is 27 - color contains mainly: red. Hex color #1B051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B051A is #E4FAE5. Grayscale: #0D0D0D. Windows color (decimal): -15006438 or 1705243. OLE color: 1705243.

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

Color convert

RGB27526-
CMYK00.810.040.89
HSL302.73º68.75%6.27%-
HSV(B)302.73º81.48%10.59%-
XYZ0.690.421.02-
YUV13.97134.79137.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 46.55%
GREEN value IS 5 (2.34% from 255) = 8.62%
BLUE value IS 26 (10.55% from 255) = 44.83%
R=46.55%
G=8.62%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2752600.810.040.89302.7368.756.27
Hex1B51A05145912f456
Octal33532012141314571056
Binary11011101110100101000110010110011001011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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