Html Css Color HEX #13110D Maire

📋 copy color: '#13110D'

red 19 ◦ green 17 ◦ blue 13

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

Shades of Maire #13110D

Tints of Maire #13110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 34.69%

 BLUE value IS 13 (5.47% from 255) = 26.53%

R = 38.78%
G = 34.69%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.93

RGB Variations

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

Color information

#13110D (or 0x13110D) is known color: Maire. HEX triplet: 13, 11 and 0D. RGB value is (19,17,13). Sum of RGB (Red+Green+Blue) = 19+17+13=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 19 - color contains mainly: red. Hex color #13110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13110D is #ECEEF2. Grayscale: #111111. Windows color (decimal): -15527667 or 856339. OLE color: 856339.

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

Color convert

RGB 19 17 13 -
CMYK 0 0.11 0.32 0.93
HSL 40º 0.19% 0.06% -
HSV(B) 40º 0.32% 0.07% -
XYZ 0.54 0.57 0.46 -
YUV 17.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 19 17 13 0 0.11 0.32 0.93 40 0.19 0.06
Hex 13 11 D 0 B 20 5D 28 13 6
Octal 23 21 15 0 13 40 135 50 23 6
Binary 10011 10001 1101 0 1011 100000 1011101 101000 10011 110

Color Harmonies of #13110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13110D

Black with #13110D

Text Example


Text Example

White with #13110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13110D; }

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

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

background-color css

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

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

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

border-color css

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

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

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