#140B14

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

Shades of Mardi Gras #140B14

Tints of Mardi Gras #140B14

Color information

#140B14 (or 0x140B14) is unknown color: approx Mardi Gras. HEX triplet: 14, 0B and 14. RGB value is (20,11,20). Sum of RGB (Red+Green+Blue) = 20+11+20=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 20 - color contains mainly: red, blue. Hex color #140B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B14 is #EBF4EB. Grayscale: #0E0E0E. Windows color (decimal): -15463660 or 1313556. OLE color: 1313556.

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

Color convert

RGB201120-
CMYK00.4500.92
HSL300º29.03%6.08%-
HSV(B)300º45%7.84%-
XYZ0.530.440.72-
YUV14.72130.98131.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 39.22%
GREEN value IS 11 (4.69% from 255) = 21.57%
BLUE value IS 20 (8.20% from 255) = 39.22%
R=39.22%
G=21.57%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20112000.4500.9230029.036.08
Hex14B1402D05C12c1d6
Octal2413240550134454356
Binary1010010111010001011010101110010010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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