Html Css Color HEX #130214 Mardi Gras

📋 copy color: '#130214'

red 19 ◦ green 2 ◦ blue 20

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

Shades of Mardi Gras #130214

Tints of Mardi Gras #130214

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.88%

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

R = 46.34%
G = 4.88%
B = 48.78%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#130214 (or 0x130214) is known color: Mardi Gras. HEX triplet: 13, 02 and 14. RGB value is (19,2,20). Sum of RGB (Red+Green+Blue) = 19+2+20=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 20 (8.20% from 255 or 48.78% from 41); Max value from RGB is 20 - color contains mainly: blue. Hex color #130214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130214 is #ECFDEB. Grayscale: #090909. Windows color (decimal): -15531500 or 1311251. OLE color: 1311251.

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

Color convert

RGB 19 2 20 -
CMYK 0.05 0.90 0 0.92
HSL 296.67º 0.82% 0.04% -
HSV(B) 296.67º 0.9% 0.08% -
XYZ 0.42 0.23 0.68 -
YUV 9.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 19 2 20 0.05 0.90 0 0.92 296.67 0.82 0.04
Hex 13 2 14 5 5A 0 5C 129 52 4
Octal 23 2 24 5 132 0 134 451 122 4
Binary 10011 10 10100 101 1011010 0 1011100 100101001 1010010 100

Color Harmonies of #130214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130214

Black with #130214

Text Example


Text Example

White with #130214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130214; }

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

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

background-color css

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

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

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

border-color css

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

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

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