Html Css Color HEX #130114 Mardi Gras

📋 copy color: '#130114'

red 19 ◦ green 1 ◦ blue 20

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

Shades of Mardi Gras #130114

Tints of Mardi Gras #130114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 50%

R = 47.5%
G = 2.5%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#130114 (or 0x130114) is known color: Mardi Gras. HEX triplet: 13, 01 and 14. RGB value is (19,1,20). Sum of RGB (Red+Green+Blue) = 19+1+20=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #130114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130114 is #ECFEEB. Grayscale: #080808. Windows color (decimal): -15531756 or 1310995. OLE color: 1310995.

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

Color convert

RGB 19 1 20 -
CMYK 0.05 0.95 0 0.92
HSL 296.84º 0.9% 0.04% -
HSV(B) 296.84º 0.95% 0.08% -
XYZ 0.41 0.21 0.68 -
YUV 8.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 19 1 20 0.05 0.95 0 0.92 296.84 0.9 0.04
Hex 13 1 14 5 5F 0 5C 129 5A 4
Octal 23 1 24 5 137 0 134 451 132 4
Binary 10011 1 10100 101 1011111 0 1011100 100101001 1011010 100

Color Harmonies of #130114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130114

Black with #130114

Text Example


Text Example

White with #130114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130114; }

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

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

background-color css

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

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

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

border-color css

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

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

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