Html Css Color HEX #131213 Mardi Gras

📋 copy color: '#131213'

red 19 ◦ green 18 ◦ blue 19

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

Shades of Mardi Gras #131213

Tints of Mardi Gras #131213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 32.14%

 BLUE value IS 19 (7.81% from 255) = 33.93%

R = 33.93%
G = 32.14%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#131213 (or 0x131213) is known color: Mardi Gras. HEX triplet: 13, 12 and 13. RGB value is (19,18,19). Sum of RGB (Red+Green+Blue) = 19+18+19=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 19 - color contains mainly: red, blue. Hex color #131213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131213 is #ECEDEC. Grayscale: #121212. Windows color (decimal): -15527405 or 1249811. OLE color: 1249811.

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

Color convert

RGB 19 18 19 -
CMYK 0 0.05 0 0.93
HSL 300º 0.03% 0.07% -
HSV(B) 300º 0.05% 0.07% -
XYZ 0.6 0.62 0.7 -
YUV 18.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 19 18 19 0 0.05 0 0.93 300 0.03 0.07
Hex 13 12 13 0 5 0 5D 12C 3 7
Octal 23 22 23 0 5 0 135 454 3 7
Binary 10011 10010 10011 0 101 0 1011101 100101100 11 111

Color Harmonies of #131213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131213

Black with #131213

Text Example


Text Example

White with #131213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131213; }

 p { color: rgb(19,18,19); }

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

background-color css

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

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

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

border-color css

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

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

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