Html Css Color HEX #130A13 Mardi Gras

📋 copy color: '#130A13'

red 19 ◦ green 10 ◦ blue 19

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

Shades of Mardi Gras #130A13

Tints of Mardi Gras #130A13

RGB

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

 GREEN value IS 10 (4.3% from 255) = 20.83%

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

R = 39.58%
G = 20.83%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#130A13 (or 0x130A13) is known color: Mardi Gras. HEX triplet: 13, 0A and 13. RGB value is (19,10,19). Sum of RGB (Red+Green+Blue) = 19+10+19=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 10 (4.30% from 255 or 20.83% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 19 - color contains mainly: red, blue. Hex color #130A13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A13 is #ECF5EC. Grayscale: #0D0D0D. Windows color (decimal): -15529453 or 1247763. OLE color: 1247763.

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

Color convert

RGB 19 10 19 -
CMYK 0 0.47 0 0.93
HSL 300º 0.31% 0.06% -
HSV(B) 300º 0.47% 0.07% -
XYZ 0.49 0.4 0.67 -
YUV 13.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 19 10 19 0 0.47 0 0.93 300 0.31 0.06
Hex 13 A 13 0 2F 0 5D 12C 1F 6
Octal 23 12 23 0 57 0 135 454 37 6
Binary 10011 1010 10011 0 101111 0 1011101 100101100 11111 110

Color Harmonies of #130A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A13

Black with #130A13

Text Example


Text Example

White with #130A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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