Html Css Color HEX #130013 Mardi Gras

📋 copy color: '#130013'

red 19 ◦ green 0 ◦ blue 19

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

Shades of Mardi Gras #130013

Tints of Mardi Gras #130013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#130013 (or 0x130013) is known color: Mardi Gras. HEX triplet: 13, 00 and 13. RGB value is (19,0,19). Sum of RGB (Red+Green+Blue) = 19+0+19=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 19 (7.81% from 255 or 50% from 38); Max value from RGB is 19 - color contains mainly: red, blue. Hex color #130013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130013 is #ECFFEC. Grayscale: #070707. Windows color (decimal): -15532013 or 1245203. OLE color: 1245203.

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

Color convert

RGB 19 0 19 -
CMYK 0 1 0 0.93
HSL 300º 1% 0.04% -
HSV(B) 300º 1% 0.07% -
XYZ 0.39 0.19 0.63 -
YUV 7.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 19 0 19 0 1 0 0.93 300 1 0.04
Hex 13 0 13 0 64 0 5D 12C 64 4
Octal 23 0 23 0 144 0 135 454 144 4
Binary 10011 0 10011 0 1100100 0 1011101 100101100 1100100 100

Color Harmonies of #130013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130013

Black with #130013

Text Example


Text Example

White with #130013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130013; }

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

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

background-color css

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

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

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

border-color css

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

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

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