Html Css Color HEX #131210 Maire

📋 copy color: '#131210'

red 19 ◦ green 18 ◦ blue 16

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

Shades of Maire #131210

Tints of Maire #131210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 30.19%

R = 35.85%
G = 33.96%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.93

RGB Variations

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

Color information

#131210 (or 0x131210) is known color: Maire. HEX triplet: 13, 12 and 10. RGB value is (19,18,16). Sum of RGB (Red+Green+Blue) = 19+18+16=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 19 - color contains mainly: red. Hex color #131210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131210 is #ECEDEF. Grayscale: #121212. Windows color (decimal): -15527408 or 1053203. OLE color: 1053203.

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

Color convert

RGB 19 18 16 -
CMYK 0 0.05 0.16 0.93
HSL 40º 0.09% 0.07% -
HSV(B) 40º 0.16% 0.07% -
XYZ 0.58 0.61 0.58 -
YUV 18.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 19 18 16 0 0.05 0.16 0.93 40 0.09 0.07
Hex 13 12 10 0 5 10 5D 28 9 7
Octal 23 22 20 0 5 20 135 50 11 7
Binary 10011 10010 10000 0 101 10000 1011101 101000 1001 111

Color Harmonies of #131210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131210

Black with #131210

Text Example


Text Example

White with #131210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131210; }

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

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

background-color css

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

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

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

border-color css

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

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

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