Html Css Color HEX #130413 Mardi Gras

📋 copy color: '#130413'

red 19 ◦ green 4 ◦ blue 19

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

Shades of Mardi Gras #130413

Tints of Mardi Gras #130413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 9.52%

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

R = 45.24%
G = 9.52%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#130413 (or 0x130413) is known color: Mardi Gras. HEX triplet: 13, 04 and 13. RGB value is (19,4,19). Sum of RGB (Red+Green+Blue) = 19+4+19=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 19 (7.81% from 255 or 45.24% from 42); Max value from RGB is 19 - color contains mainly: red, blue. Hex color #130413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130413 is #ECFBEC. Grayscale: #0A0A0A. Windows color (decimal): -15530989 or 1246227. OLE color: 1246227.

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

Color convert

RGB 19 4 19 -
CMYK 0 0.79 0 0.93
HSL 300º 0.65% 0.05% -
HSV(B) 300º 0.79% 0.07% -
XYZ 0.43 0.27 0.65 -
YUV 10.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 19 4 19 0 0.79 0 0.93 300 0.65 0.05
Hex 13 4 13 0 4F 0 5D 12C 41 5
Octal 23 4 23 0 117 0 135 454 101 5
Binary 10011 100 10011 0 1001111 0 1011101 100101100 1000001 101

Color Harmonies of #130413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130413

Black with #130413

Text Example


Text Example

White with #130413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130413; }

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

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

background-color css

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

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

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

border-color css

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

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

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