Html Css Color HEX #130313 Mardi Gras

📋 copy color: '#130313'

red 19 ◦ green 3 ◦ blue 19

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

Shades of Mardi Gras #130313

Tints of Mardi Gras #130313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 7.32%

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

R = 46.34%
G = 7.32%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#130313 (or 0x130313) is known color: Mardi Gras. HEX triplet: 13, 03 and 13. RGB value is (19,3,19). Sum of RGB (Red+Green+Blue) = 19+3+19=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 19 - color contains mainly: red, blue. Hex color #130313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130313 is #ECFCEC. Grayscale: #090909. Windows color (decimal): -15531245 or 1245971. OLE color: 1245971.

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

Color convert

RGB 19 3 19 -
CMYK 0 0.84 0 0.93
HSL 300º 0.73% 0.04% -
HSV(B) 300º 0.84% 0.07% -
XYZ 0.42 0.25 0.64 -
YUV 9.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 19 3 19 0 0.84 0 0.93 300 0.73 0.04
Hex 13 3 13 0 54 0 5D 12C 49 4
Octal 23 3 23 0 124 0 135 454 111 4
Binary 10011 11 10011 0 1010100 0 1011101 100101100 1001001 100

Color Harmonies of #130313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130313

Black with #130313

Text Example


Text Example

White with #130313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130313; }

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

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

background-color css

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

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

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

border-color css

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

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

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