Html Css Color HEX #133112 Myrtle

📋 copy color: '#133112'

red 19 ◦ green 49 ◦ blue 18

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

Shades of Myrtle #133112

Tints of Myrtle #133112

RGB

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

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

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

R = 22.09%
G = 56.98%
B = 20.93%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#133112 (or 0x133112) is known color: Myrtle. HEX triplet: 13, 31 and 12. RGB value is (19,49,18). Sum of RGB (Red+Green+Blue) = 19+49+18=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 49 (19.53% from 255 or 56.98% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 49 - color contains mainly: green. Hex color #133112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133112 is #ECCEED. Grayscale: #242424. Windows color (decimal): -15519470 or 1192211. OLE color: 1192211.

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

Color convert

RGB 19 49 18 -
CMYK 0.61 0 0.63 0.81
HSL 118.06º 0.46% 0.13% -
HSV(B) 118.06º 0.63% 0.19% -
XYZ 1.48 2.38 0.95 -
YUV 36.5 117.56 115.52 -
System Red Green Blue C M Y K H S L
Decimal 19 49 18 0.61 0 0.63 0.81 118.06 0.46 0.13
Hex 13 31 12 3D 0 3F 51 76 2E D
Octal 23 61 22 75 0 77 121 166 56 15
Binary 10011 110001 10010 111101 0 111111 1010001 1110110 101110 1101

Color Harmonies of #133112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133112

Black with #133112

Text Example


Text Example

White with #133112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133112; }

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

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

background-color css

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

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

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

border-color css

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

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

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