Html Css Color HEX #130111 Mardi Gras

📋 copy color: '#130111'

red 19 ◦ green 1 ◦ blue 17

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

Shades of Mardi Gras #130111

Tints of Mardi Gras #130111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.7%

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

R = 51.35%
G = 2.7%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#130111 (or 0x130111) is known color: Mardi Gras. HEX triplet: 13, 01 and 11. RGB value is (19,1,17). Sum of RGB (Red+Green+Blue) = 19+1+17=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #130111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130111 is #ECFEEE. Grayscale: #080808. Windows color (decimal): -15531759 or 1114387. OLE color: 1114387.

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

Color convert

RGB 19 1 17 -
CMYK 0 0.95 0.11 0.93
HSL 306.67º 0.9% 0.04% -
HSV(B) 306.67º 0.95% 0.07% -
XYZ 0.38 0.2 0.55 -
YUV 8.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 19 1 17 0 0.95 0.11 0.93 306.67 0.9 0.04
Hex 13 1 11 0 5F B 5D 133 5A 4
Octal 23 1 21 0 137 13 135 463 132 4
Binary 10011 1 10001 0 1011111 1011 1011101 100110011 1011010 100

Color Harmonies of #130111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130111

Black with #130111

Text Example


Text Example

White with #130111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130111; }

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

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

background-color css

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

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

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

border-color css

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

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

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