#1B0117

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

Shades of Mardi Gras #1B0117

Tints of Mardi Gras #1B0117

Color information

#1B0117 (or 0x1B0117) is unknown color: approx Mardi Gras. HEX triplet: 1B, 01 and 17. RGB value is (27,1,23). Sum of RGB (Red+Green+Blue) = 27+1+23=51 (6% of max value = 765). Red value is 27 (10.94% from 255 or 52.94% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 23 (9.38% from 255 or 45.10% from 51); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0117 is #E4FEE8. Grayscale: #0B0B0B. Windows color (decimal): -15007465 or 1507611. OLE color: 1507611.

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

Color convert

RGB27123-
CMYK00.960.150.89
HSL309.23º92.86%5.49%-
HSV(B)309.23º96.3%10.59%-
XYZ0.620.320.84-
YUV11.28134.61139.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 52.94%
GREEN value IS 1 (0.78% from 255) = 1.96%
BLUE value IS 23 (9.38% from 255) = 45.10%
R=52.94%
G=1.96%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2712300.960.150.89309.2392.865.49
Hex1B117060F591355d5
Octal331270140171314651355
Binary1101111011101100000111110110011001101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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