#1B0217

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

Shades of Mardi Gras #1B0217

Tints of Mardi Gras #1B0217

Color information

#1B0217 (or 0x1B0217) is unknown color: approx Mardi Gras. HEX triplet: 1B, 02 and 17. RGB value is (27,2,23). Sum of RGB (Red+Green+Blue) = 27+2+23=52 (6% of max value = 765). Red value is 27 (10.94% from 255 or 51.92% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0217 is #E4FDE8. Grayscale: #0B0B0B. Windows color (decimal): -15007209 or 1507867. OLE color: 1507867.

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

Color convert

RGB27223-
CMYK00.930.150.89
HSL309.6º86.21%5.69%-
HSV(B)309.6º92.59%10.59%-
XYZ0.630.340.84-
YUV11.87134.28138.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 51.92%
GREEN value IS 2 (1.17% from 255) = 3.85%
BLUE value IS 23 (9.38% from 255) = 44.23%
R=51.92%
G=3.85%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.15
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2722300.930.150.89309.686.215.69
Hex1B21705DF59136566
Octal332270135171314661266
Binary11011101011101011101111110110011001101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,2,23); }

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

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

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

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

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

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

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