#140913

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

Shades of Mardi Gras #140913

Tints of Mardi Gras #140913

Color information

#140913 (or 0x140913) is unknown color: approx Mardi Gras. HEX triplet: 14, 09 and 13. RGB value is (20,9,19). Sum of RGB (Red+Green+Blue) = 20+9+19=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 20 - color contains mainly: red. Hex color #140913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140913 is #EBF6EC. Grayscale: #0D0D0D. Windows color (decimal): -15464173 or 1247508. OLE color: 1247508.

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

Color convert

RGB20919-
CMYK00.550.050.92
HSL305.45º37.93%5.69%-
HSV(B)305.45º55%7.84%-
XYZ0.50.390.67-
YUV13.43131.14132.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 41.67%
GREEN value IS 9 (3.91% from 255) = 18.75%
BLUE value IS 19 (7.81% from 255) = 39.58%
R=41.67%
G=18.75%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2091900.550.050.92305.4537.935.69
Hex1491303755C131266
Octal2411230675134461466
Binary1010010011001101101111011011100100110001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140913; }

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

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

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

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

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

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

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

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