Html Css Color HEX #13140A Maire

📋 copy color: '#13140A'

red 19 ◦ green 20 ◦ blue 10

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

Shades of Maire #13140A

Tints of Maire #13140A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 40.82%

 BLUE value IS 10 (4.3% from 255) = 20.41%

R = 38.78%
G = 40.82%
B = 20.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.92

RGB Variations

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

Color information

#13140A (or 0x13140A) is known color: Maire. HEX triplet: 13, 14 and 0A. RGB value is (19,20,10). Sum of RGB (Red+Green+Blue) = 19+20+10=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 20 - color contains mainly: green. Hex color #13140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13140A is #ECEBF5. Grayscale: #121212. Windows color (decimal): -15526902 or 660499. OLE color: 660499.

HSL color Cylindrical-coordinate representation of color #13140A: hue angle of 66º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #13140A is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.92.

Color convert

RGB 19 20 10 -
CMYK 0.05 0 0.50 0.92
HSL 66º 0.33% 0.06% -
HSV(B) 66º 0.5% 0.08% -
XYZ 0.57 0.66 0.38 -
YUV 18.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 19 20 10 0.05 0 0.50 0.92 66 0.33 0.06
Hex 13 14 A 5 0 32 5C 42 21 6
Octal 23 24 12 5 0 62 134 102 41 6
Binary 10011 10100 1010 101 0 110010 1011100 1000010 100001 110

Color Harmonies of #13140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13140A

Black with #13140A

Text Example


Text Example

White with #13140A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13140A; }

 p { color: rgb(19,20,10); }

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

background-color css

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

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

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

border-color css

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

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

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