#130B14

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

Shades of Mardi Gras #130B14

Tints of Mardi Gras #130B14

Color information

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

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

Color convert

RGB191120-
CMYK0.050.4500.92
HSL293.33º29.03%6.08%-
HSV(B)293.33º45%7.84%-
XYZ0.510.430.72-
YUV14.42131.15131.27-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1911200.050.4500.92293.3329.036.08
Hex13B1452D05C1251d6
Octal2313245550134445356
Binary100111011101001011011010101110010010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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