Html Css Color HEX #133114 Myrtle

📋 copy color: '#133114'

red 19 ◦ green 49 ◦ blue 20

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

Shades of Myrtle #133114

Tints of Myrtle #133114

RGB

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

 GREEN value IS 49 (19.53% from 255) = 55.68%

 BLUE value IS 20 (8.2% from 255) = 22.73%

R = 21.59%
G = 55.68%
B = 22.73%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.59

 K value IS 0.81

RGB Variations

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

Color information

#133114 (or 0x133114) is known color: Myrtle. HEX triplet: 13, 31 and 14. RGB value is (19,49,20). Sum of RGB (Red+Green+Blue) = 19+49+20=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 49 (19.53% from 255 or 55.68% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 49 - color contains mainly: green. Hex color #133114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133114 is #ECCEEB. Grayscale: #242424. Windows color (decimal): -15519468 or 1323283. OLE color: 1323283.

HSL color Cylindrical-coordinate representation of color #133114: hue angle of 122º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #133114 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 49 20 -
CMYK 0.61 0 0.59 0.81
HSL 122º 0.44% 0.13% -
HSV(B) 122º 0.61% 0.19% -
XYZ 1.49 2.39 1.04 -
YUV 36.72 118.56 115.36 -
System Red Green Blue C M Y K H S L
Decimal 19 49 20 0.61 0 0.59 0.81 122 0.44 0.13
Hex 13 31 14 3D 0 3B 51 7A 2C D
Octal 23 61 24 75 0 73 121 172 54 15
Binary 10011 110001 10100 111101 0 111011 1010001 1111010 101100 1101

Color Harmonies of #133114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133114

Black with #133114

Text Example


Text Example

White with #133114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133114; }

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

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

background-color css

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

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

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

border-color css

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

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

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