Html Css Color HEX #13110B Maire

📋 copy color: '#13110B'

red 19 ◦ green 17 ◦ blue 11

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

Shades of Maire #13110B

Tints of Maire #13110B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 23.4%

R = 40.43%
G = 36.17%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.93

RGB Variations

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

Color information

#13110B (or 0x13110B) is known color: Maire. HEX triplet: 13, 11 and 0B. RGB value is (19,17,11). Sum of RGB (Red+Green+Blue) = 19+17+11=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 19 - color contains mainly: red. Hex color #13110B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13110B is #ECEEF4. Grayscale: #101010. Windows color (decimal): -15527669 or 725267. OLE color: 725267.

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

Color convert

RGB 19 17 11 -
CMYK 0 0.11 0.42 0.93
HSL 45º 0.27% 0.06% -
HSV(B) 45º 0.42% 0.07% -
XYZ 0.53 0.56 0.4 -
YUV 16.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 19 17 11 0 0.11 0.42 0.93 45 0.27 0.06
Hex 13 11 B 0 B 2A 5D 2D 1B 6
Octal 23 21 13 0 13 52 135 55 33 6
Binary 10011 10001 1011 0 1011 101010 1011101 101101 11011 110

Color Harmonies of #13110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13110B

Black with #13110B

Text Example


Text Example

White with #13110B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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