Html Css Color HEX #130014 Mardi Gras

📋 copy color: '#130014'

red 19 ◦ green 0 ◦ blue 20

#130014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #130014

Tints of Mardi Gras #130014

RGB

 RED value IS 19 (7.81% from 255) = 48.72%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 20 (8.2% from 255) = 51.28%

R = 48.72%
G = 0%
B = 51.28%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#130014 (or 0x130014) is known color: Mardi Gras. HEX triplet: 13, 00 and 14. RGB value is (19,0,20). Sum of RGB (Red+Green+Blue) = 19+0+20=39 (5% of max value = 765). Red value is 19 (7.81% from 255 or 48.72% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 20 (8.20% from 255 or 51.28% from 39); Max value from RGB is 20 - color contains mainly: blue. Hex color #130014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130014 is #ECFFEB. Grayscale: #070707. Windows color (decimal): -15532012 or 1310739. OLE color: 1310739.

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

Color convert

RGB 19 0 20 -
CMYK 0.05 1 0 0.92
HSL 297º 1% 0.04% -
HSV(B) 297º 1% 0.08% -
XYZ 0.39 0.19 0.68 -
YUV 7.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 19 0 20 0.05 1 0 0.92 297 1 0.04
Hex 13 0 14 5 64 0 5C 129 64 4
Octal 23 0 24 5 144 0 134 451 144 4
Binary 10011 0 10100 101 1100100 0 1011100 100101001 1100100 100

Color Harmonies of #130014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130014

Black with #130014

Text Example


Text Example

White with #130014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130014; }

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

 H1.HeaderClassName
 {
   color: #130014;
 }
 .AnyTagClassName
 {
   color: #130014;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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