Html Css Color HEX #131912 Myrtle

📋 copy color: '#131912'

red 19 ◦ green 25 ◦ blue 18

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

Shades of Myrtle #131912

Tints of Myrtle #131912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 40.32%

 BLUE value IS 18 (7.42% from 255) = 29.03%

R = 30.65%
G = 40.32%
B = 29.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.90

RGB Variations

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

Color information

#131912 (or 0x131912) is known color: Myrtle. HEX triplet: 13, 19 and 12. RGB value is (19,25,18). Sum of RGB (Red+Green+Blue) = 19+25+18=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 25 - color contains mainly: green. Hex color #131912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131912 is #ECE6ED. Grayscale: #161616. Windows color (decimal): -15525614 or 1186067. OLE color: 1186067.

HSL color Cylindrical-coordinate representation of color #131912: hue angle of 111.43º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #131912 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB 19 25 18 -
CMYK 0.24 0 0.28 0.90
HSL 111.43º 0.16% 0.08% -
HSV(B) 111.43º 0.28% 0.1% -
XYZ 0.73 0.88 0.7 -
YUV 22.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 19 25 18 0.24 0 0.28 0.90 111.43 0.16 0.08
Hex 13 19 12 18 0 1C 5A 6F 10 8
Octal 23 31 22 30 0 34 132 157 20 10
Binary 10011 11001 10010 11000 0 11100 1011010 1101111 10000 1000

Color Harmonies of #131912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131912

Black with #131912

Text Example


Text Example

White with #131912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131912; }

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

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

background-color css

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

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

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

border-color css

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

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

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