Html Css Color HEX #13110C Maire

📋 copy color: '#13110C'

red 19 ◦ green 17 ◦ blue 12

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

Shades of Maire #13110C

Tints of Maire #13110C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 25%

R = 39.58%
G = 35.42%
B = 25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.93

RGB Variations

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

Color information

#13110C (or 0x13110C) is known color: Maire. HEX triplet: 13, 11 and 0C. RGB value is (19,17,12). Sum of RGB (Red+Green+Blue) = 19+17+12=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 19 - color contains mainly: red. Hex color #13110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13110C is #ECEEF3. Grayscale: #111111. Windows color (decimal): -15527668 or 790803. OLE color: 790803.

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

Color convert

RGB 19 17 12 -
CMYK 0 0.11 0.37 0.93
HSL 42.86º 0.23% 0.06% -
HSV(B) 42.86º 0.37% 0.07% -
XYZ 0.54 0.57 0.43 -
YUV 17.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 19 17 12 0 0.11 0.37 0.93 42.86 0.23 0.06
Hex 13 11 C 0 B 25 5D 2B 17 6
Octal 23 21 14 0 13 45 135 53 27 6
Binary 10011 10001 1100 0 1011 100101 1011101 101011 10111 110

Color Harmonies of #13110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13110C

Black with #13110C

Text Example


Text Example

White with #13110C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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