#1B0218

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

Shades of Mardi Gras #1B0218

Tints of Mardi Gras #1B0218

Color information

#1B0218 (or 0x1B0218) is unknown color: approx Mardi Gras. HEX triplet: 1B, 02 and 18. RGB value is (27,2,24). Sum of RGB (Red+Green+Blue) = 27+2+24=53 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50.94% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0218 is #E4FDE7. Grayscale: #0B0B0B. Windows color (decimal): -15007208 or 1573403. OLE color: 1573403.

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

Color convert

RGB27224-
CMYK00.930.110.89
HSL307.2º86.21%5.69%-
HSV(B)307.2º92.59%10.59%-
XYZ0.640.340.9-
YUV11.98134.78138.71-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 50.94%
GREEN value IS 2 (1.17% from 255) = 3.77%
BLUE value IS 24 (9.77% from 255) = 45.28%
R=50.94%
G=3.77%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2722400.930.110.89307.286.215.69
Hex1B21805DB59133566
Octal332300135131314631266
Binary11011101100001011101101110110011001100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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