Html Css Color HEX #131311 Maire

📋 copy color: '#131311'

red 19 ◦ green 19 ◦ blue 17

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

Shades of Maire #131311

Tints of Maire #131311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 34.55%

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

R = 34.55%
G = 34.55%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#131311 (or 0x131311) is known color: Maire. HEX triplet: 13, 13 and 11. RGB value is (19,19,17). Sum of RGB (Red+Green+Blue) = 19+19+17=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 19 - color contains mainly: red, green. Hex color #131311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131311 is #ECECEE. Grayscale: #121212. Windows color (decimal): -15527151 or 1118995. OLE color: 1118995.

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

Color convert

RGB 19 19 17 -
CMYK 0 0 0.11 0.93
HSL 60º 0.06% 0.07% -
HSV(B) 60º 0.11% 0.07% -
XYZ 0.6 0.64 0.62 -
YUV 18.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 19 19 17 0 0 0.11 0.93 60 0.06 0.07
Hex 13 13 11 0 0 B 5D 3C 6 7
Octal 23 23 21 0 0 13 135 74 6 7
Binary 10011 10011 10001 0 0 1011 1011101 111100 110 111

Color Harmonies of #131311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131311

Black with #131311

Text Example


Text Example

White with #131311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131311; }

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

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

background-color css

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

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

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

border-color css

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

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

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