#1B0D1B

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

Shades of Mardi Gras #1B0D1B

Tints of Mardi Gras #1B0D1B

Color information

#1B0D1B (or 0x1B0D1B) is unknown color: approx Mardi Gras. HEX triplet: 1B, 0D and 1B. RGB value is (27,13,27). Sum of RGB (Red+Green+Blue) = 27+13+27=67 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.30% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 27 - color contains mainly: red, blue. Hex color #1B0D1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0D1B is #E4F2E4. Grayscale: #121212. Windows color (decimal): -15004389 or 1772827. OLE color: 1772827.

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

Color convert

RGB271327-
CMYK00.5200.89
HSL300º35%7.84%-
HSV(B)300º51.85%10.59%-
XYZ0.790.61.11-
YUV18.78132.64133.86-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 40.30%
GREEN value IS 13 (5.47% from 255) = 19.40%
BLUE value IS 27 (10.94% from 255) = 40.30%
R=40.30%
G=19.40%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27132700.5200.89300357.84
Hex1BD1B03405912c238
Octal33153306401314544310
Binary110111101110110110100010110011001011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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