#1B051C

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

Shades of Mardi Gras #1B051C

Tints of Mardi Gras #1B051C

Color information

#1B051C (or 0x1B051C) is unknown color: approx Mardi Gras. HEX triplet: 1B, 05 and 1C. RGB value is (27,5,28). Sum of RGB (Red+Green+Blue) = 27+5+28=60 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 28 - color contains mainly: blue. Hex color #1B051C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B051C is #E4FAE3. Grayscale: #0E0E0E. Windows color (decimal): -15006436 or 1836315. OLE color: 1836315.

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

Color convert

RGB27528-
CMYK0.040.8200.89
HSL297.39º69.7%6.47%-
HSV(B)297.39º82.14%10.98%-
XYZ0.720.431.14-
YUV14.2135.79137.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 45%
GREEN value IS 5 (2.34% from 255) = 8.33%
BLUE value IS 28 (11.33% from 255) = 46.67%
R=45%
G=8.33%
B=46.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal275280.040.8200.89297.3969.76.47
Hex1B51C452059129466
Octal33534412201314511066
Binary11011101111001001010010010110011001010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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