#140B13

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

Shades of Mardi Gras #140B13

Tints of Mardi Gras #140B13

Color information

#140B13 (or 0x140B13) is unknown color: approx Mardi Gras. HEX triplet: 14, 0B and 13. RGB value is (20,11,19). Sum of RGB (Red+Green+Blue) = 20+11+19=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 11 (4.69% from 255 or 22% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 20 - color contains mainly: red. Hex color #140B13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B13 is #EBF4EC. Grayscale: #0E0E0E. Windows color (decimal): -15463661 or 1248020. OLE color: 1248020.

HSL color Cylindrical-coordinate representation of color #140B13: hue angle of 306.67º 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 #140B13 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB201119-
CMYK00.450.050.92
HSL306.67º29.03%6.08%-
HSV(B)306.67º45%7.84%-
XYZ0.530.440.67-
YUV14.6130.48131.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40%
GREEN value IS 11 (4.69% from 255) = 22%
BLUE value IS 19 (7.81% from 255) = 38%
R=40%
G=22%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20111900.450.050.92306.6729.036.08
Hex14B1302D55C1331d6
Octal2413230555134463356
Binary101001011100110101101101101110010011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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