Html Css Color HEX #130713 Mardi Gras

📋 copy color: '#130713'

red 19 ◦ green 7 ◦ blue 19

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

Shades of Mardi Gras #130713

Tints of Mardi Gras #130713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 15.56%

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

R = 42.22%
G = 15.56%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#130713 (or 0x130713) is known color: Mardi Gras. HEX triplet: 13, 07 and 13. RGB value is (19,7,19). Sum of RGB (Red+Green+Blue) = 19+7+19=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 19 - color contains mainly: red, blue. Hex color #130713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130713 is #ECF8EC. Grayscale: #0B0B0B. Windows color (decimal): -15530221 or 1246995. OLE color: 1246995.

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

Color convert

RGB 19 7 19 -
CMYK 0 0.63 0 0.93
HSL 300º 0.46% 0.05% -
HSV(B) 300º 0.63% 0.07% -
XYZ 0.46 0.34 0.66 -
YUV 11.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 19 7 19 0 0.63 0 0.93 300 0.46 0.05
Hex 13 7 13 0 3F 0 5D 12C 2E 5
Octal 23 7 23 0 77 0 135 454 56 5
Binary 10011 111 10011 0 111111 0 1011101 100101100 101110 101

Color Harmonies of #130713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130713

Black with #130713

Text Example


Text Example

White with #130713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130713; }

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

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

background-color css

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

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

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

border-color css

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

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

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