Html Css Color HEX #130011 Mardi Gras

📋 copy color: '#130011'

red 19 ◦ green 0 ◦ blue 17

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

Shades of Mardi Gras #130011

Tints of Mardi Gras #130011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 47.22%

R = 52.78%
G = 0%
B = 47.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#130011 (or 0x130011) is known color: Mardi Gras. HEX triplet: 13, 00 and 11. RGB value is (19,0,17). Sum of RGB (Red+Green+Blue) = 19+0+17=36 (4% of max value = 765). Red value is 19 (7.81% from 255 or 52.78% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 19 - color contains mainly: red. Hex color #130011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130011 is #ECFFEE. Grayscale: #070707. Windows color (decimal): -15532015 or 1114131. OLE color: 1114131.

HSL color Cylindrical-coordinate representation of color #130011: hue angle of 306.32º 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 #130011 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 0 17 -
CMYK 0 1 0.11 0.93
HSL 306.32º 1% 0.04% -
HSV(B) 306.32º 1% 0.07% -
XYZ 0.37 0.18 0.55 -
YUV 7.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 19 0 17 0 1 0.11 0.93 306.32 1 0.04
Hex 13 0 11 0 64 B 5D 132 64 4
Octal 23 0 21 0 144 13 135 462 144 4
Binary 10011 0 10001 0 1100100 1011 1011101 100110010 1100100 100

Color Harmonies of #130011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130011

Black with #130011

Text Example


Text Example

White with #130011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130011; }

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

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

background-color css

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

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

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

border-color css

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

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

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