#130914

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

Shades of Mardi Gras #130914

Tints of Mardi Gras #130914

Color information

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

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

Color convert

RGB19920-
CMYK0.050.5500.92
HSL294.55º37.93%5.69%-
HSV(B)294.55º55%7.84%-
XYZ0.490.380.71-
YUV13.24131.81132.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal199200.050.5500.92294.5537.935.69
Hex1391453705C127266
Octal2311245670134447466
Binary1001110011010010111011101011100100100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130914; }

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

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

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

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

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

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

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

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