Html Css Color HEX #133103 Myrtle

📋 copy color: '#133103'

red 19 ◦ green 49 ◦ blue 3

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

Shades of Myrtle #133103

Tints of Myrtle #133103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 4.23%

R = 26.76%
G = 69.01%
B = 4.23%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#133103 (or 0x133103) is known color: Myrtle. HEX triplet: 13, 31 and 03. RGB value is (19,49,3). Sum of RGB (Red+Green+Blue) = 19+49+3=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 49 (19.53% from 255 or 69.01% from 71); Blue value is 3 (1.56% from 255 or 4.23% from 71); Max value from RGB is 49 - color contains mainly: green. Hex color #133103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133103 is #ECCEFC. Grayscale: #222222. Windows color (decimal): -15519485 or 209171. OLE color: 209171.

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

Color convert

RGB 19 49 3 -
CMYK 0.61 0 0.94 0.81
HSL 99.13º 0.88% 0.1% -
HSV(B) 99.13º 0.94% 0.19% -
XYZ 1.38 2.34 0.47 -
YUV 34.79 110.06 116.74 -
System Red Green Blue C M Y K H S L
Decimal 19 49 3 0.61 0 0.94 0.81 99.13 0.88 0.1
Hex 13 31 3 3D 0 5E 51 63 58 A
Octal 23 61 3 75 0 136 121 143 130 12
Binary 10011 110001 11 111101 0 1011110 1010001 1100011 1011000 1010

Color Harmonies of #133103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133103

Black with #133103

Text Example


Text Example

White with #133103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133103; }

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

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

background-color css

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

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

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

border-color css

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

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

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