Html Css Color HEX #130913 Mardi Gras

📋 copy color: '#130913'

red 19 ◦ green 9 ◦ blue 19

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

Shades of Mardi Gras #130913

Tints of Mardi Gras #130913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 19.15%

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

R = 40.43%
G = 19.15%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#130913 (or 0x130913) is known color: Mardi Gras. HEX triplet: 13, 09 and 13. RGB value is (19,9,19). Sum of RGB (Red+Green+Blue) = 19+9+19=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 19 - color contains mainly: red, blue. Hex color #130913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130913 is #ECF6EC. Grayscale: #0D0D0D. Windows color (decimal): -15529709 or 1247507. OLE color: 1247507.

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

Color convert

RGB 19 9 19 -
CMYK 0 0.53 0 0.93
HSL 300º 0.36% 0.05% -
HSV(B) 300º 0.53% 0.07% -
XYZ 0.48 0.38 0.66 -
YUV 13.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 19 9 19 0 0.53 0 0.93 300 0.36 0.05
Hex 13 9 13 0 35 0 5D 12C 24 5
Octal 23 11 23 0 65 0 135 454 44 5
Binary 10011 1001 10011 0 110101 0 1011101 100101100 100100 101

Color Harmonies of #130913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130913

Black with #130913

Text Example


Text Example

White with #130913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130913; }

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

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

background-color css

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

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

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

border-color css

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

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

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