#130114

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

Shades of Mardi Gras #130114

Tints of Mardi Gras #130114

Color information

#130114 (or 0x130114) is unknown color: approx Mardi Gras. HEX triplet: 13, 01 and 14. RGB value is (19,1,20). Sum of RGB (Red+Green+Blue) = 19+1+20=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #130114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130114 is #ECFEEB. Grayscale: #080808. Windows color (decimal): -15531756 or 1310995. OLE color: 1310995.

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

Color convert

RGB19120-
CMYK0.050.9500.92
HSL296.84º90.48%4.12%-
HSV(B)296.84º95%7.84%-
XYZ0.410.210.68-
YUV8.55134.46135.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 47.5%
GREEN value IS 1 (0.78% from 255) = 2.5%
BLUE value IS 20 (8.20% from 255) = 50%
R=47.5%
G=2.5%
B=50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal191200.050.9500.92296.8490.484.12
Hex1311455F05C1295a4
Octal23124513701344511324
Binary100111101001011011111010111001001010011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130114; }

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

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

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

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

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

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

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

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