Html Css Color HEX #130613 Mardi Gras

📋 copy color: '#130613'

red 19 ◦ green 6 ◦ blue 19

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

Shades of Mardi Gras #130613

Tints of Mardi Gras #130613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 13.64%

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

R = 43.18%
G = 13.64%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#130613 (or 0x130613) is known color: Mardi Gras. HEX triplet: 13, 06 and 13. RGB value is (19,6,19). Sum of RGB (Red+Green+Blue) = 19+6+19=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 19 - color contains mainly: red, blue. Hex color #130613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130613 is #ECF9EC. Grayscale: #0B0B0B. Windows color (decimal): -15530477 or 1246739. OLE color: 1246739.

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

Color convert

RGB 19 6 19 -
CMYK 0 0.68 0 0.93
HSL 300º 0.52% 0.05% -
HSV(B) 300º 0.68% 0.07% -
XYZ 0.45 0.32 0.65 -
YUV 11.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 19 6 19 0 0.68 0 0.93 300 0.52 0.05
Hex 13 6 13 0 44 0 5D 12C 34 5
Octal 23 6 23 0 104 0 135 454 64 5
Binary 10011 110 10011 0 1000100 0 1011101 100101100 110100 101

Color Harmonies of #130613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130613

Black with #130613

Text Example


Text Example

White with #130613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130613; }

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

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

background-color css

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

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

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

border-color css

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

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

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