Html Css Color HEX #130010 Mardi Gras

📋 copy color: '#130010'

red 19 ◦ green 0 ◦ blue 16

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

Shades of Mardi Gras #130010

Tints of Mardi Gras #130010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 45.71%

R = 54.29%
G = 0%
B = 45.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.93

RGB Variations

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

Color information

#130010 (or 0x130010) is known color: Mardi Gras. HEX triplet: 13, 00 and 10. RGB value is (19,0,16). Sum of RGB (Red+Green+Blue) = 19+0+16=35 (4% of max value = 765). Red value is 19 (7.81% from 255 or 54.29% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 16 (6.64% from 255 or 45.71% from 35); Max value from RGB is 19 - color contains mainly: red. Hex color #130010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130010 is #ECFFEF. Grayscale: #070707. Windows color (decimal): -15532016 or 1048595. OLE color: 1048595.

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

Color convert

RGB 19 0 16 -
CMYK 0 1 0.16 0.93
HSL 309.47º 1% 0.04% -
HSV(B) 309.47º 1% 0.07% -
XYZ 0.36 0.18 0.51 -
YUV 7.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 19 0 16 0 1 0.16 0.93 309.47 1 0.04
Hex 13 0 10 0 64 10 5D 135 64 4
Octal 23 0 20 0 144 20 135 465 144 4
Binary 10011 0 10000 0 1100100 10000 1011101 100110101 1100100 100

Color Harmonies of #130010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130010

Black with #130010

Text Example


Text Example

White with #130010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130010; }

 p { color: rgb(19,0,16); }

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

background-color css

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

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

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

border-color css

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

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

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