Html Css Color HEX #131013 Mardi Gras

📋 copy color: '#131013'

red 19 ◦ green 16 ◦ blue 19

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

Shades of Mardi Gras #131013

Tints of Mardi Gras #131013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 29.63%

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

R = 35.19%
G = 29.63%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#131013 (or 0x131013) is known color: Mardi Gras. HEX triplet: 13, 10 and 13. RGB value is (19,16,19). Sum of RGB (Red+Green+Blue) = 19+16+19=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 19 - color contains mainly: red, blue. Hex color #131013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131013 is #ECEFEC. Grayscale: #111111. Windows color (decimal): -15527917 or 1249299. OLE color: 1249299.

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

Color convert

RGB 19 16 19 -
CMYK 0 0.16 0 0.93
HSL 300º 0.09% 0.07% -
HSV(B) 300º 0.16% 0.07% -
XYZ 0.57 0.56 0.69 -
YUV 17.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 19 16 19 0 0.16 0 0.93 300 0.09 0.07
Hex 13 10 13 0 10 0 5D 12C 9 7
Octal 23 20 23 0 20 0 135 454 11 7
Binary 10011 10000 10011 0 10000 0 1011101 100101100 1001 111

Color Harmonies of #131013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131013

Black with #131013

Text Example


Text Example

White with #131013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131013; }

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

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

background-color css

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

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

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

border-color css

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

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

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