Html Css Color HEX #133109 Myrtle

📋 copy color: '#133109'

red 19 ◦ green 49 ◦ blue 9

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

Shades of Myrtle #133109

Tints of Myrtle #133109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 11.69%

R = 24.68%
G = 63.64%
B = 11.69%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.82

 K value IS 0.81

RGB Variations

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

Color information

#133109 (or 0x133109) is known color: Myrtle. HEX triplet: 13, 31 and 09. RGB value is (19,49,9). Sum of RGB (Red+Green+Blue) = 19+49+9=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 49 (19.53% from 255 or 63.64% from 77); Blue value is 9 (3.91% from 255 or 11.69% from 77); Max value from RGB is 49 - color contains mainly: green. Hex color #133109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133109 is #ECCEF6. Grayscale: #232323. Windows color (decimal): -15519479 or 602387. OLE color: 602387.

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

Color convert

RGB 19 49 9 -
CMYK 0.61 0 0.82 0.81
HSL 105º 0.69% 0.11% -
HSV(B) 105º 0.82% 0.19% -
XYZ 1.42 2.35 0.64 -
YUV 35.47 113.06 116.25 -
System Red Green Blue C M Y K H S L
Decimal 19 49 9 0.61 0 0.82 0.81 105 0.69 0.11
Hex 13 31 9 3D 0 52 51 69 45 B
Octal 23 61 11 75 0 122 121 151 105 13
Binary 10011 110001 1001 111101 0 1010010 1010001 1101001 1000101 1011

Color Harmonies of #133109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133109

Black with #133109

Text Example


Text Example

White with #133109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133109; }

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

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

background-color css

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

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

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

border-color css

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

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

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