#140B15

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

Shades of Mardi Gras #140B15

Tints of Mardi Gras #140B15

Color information

#140B15 (or 0x140B15) is unknown color: approx Mardi Gras. HEX triplet: 14, 0B and 15. RGB value is (20,11,21). Sum of RGB (Red+Green+Blue) = 20+11+21=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 11 (4.69% from 255 or 21.15% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 21 - color contains mainly: blue. Hex color #140B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B15 is #EBF4EA. Grayscale: #0E0E0E. Windows color (decimal): -15463659 or 1379092. OLE color: 1379092.

HSL color Cylindrical-coordinate representation of color #140B15: hue angle of 294º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #140B15 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB201121-
CMYK0.050.4800.92
HSL294º31.25%6.27%-
HSV(B)294º47.62%8.24%-
XYZ0.540.440.77-
YUV14.83131.48131.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 38.46%
GREEN value IS 11 (4.69% from 255) = 21.15%
BLUE value IS 21 (8.59% from 255) = 40.38%
R=38.46%
G=21.15%
B=40.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2011210.050.4800.9229431.256.27
Hex14B1553005C1261f6
Octal2413255600134446376
Binary101001011101011011100000101110010010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140B15; }

 p { color: rgb(20,11,21); }

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

<style>
 a { background-color: #140B15; }

 a { background-color: rgb(20,11,21); }

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

<style>
 span { border-color: #140B15; }

 span { border-color: rgb(20,11,21); }

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