Html Css Color HEX #13320B Myrtle

📋 copy color: '#13320B'

red 19 ◦ green 50 ◦ blue 11

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

Shades of Myrtle #13320B

Tints of Myrtle #13320B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 62.5%

 BLUE value IS 11 (4.69% from 255) = 13.75%

R = 23.75%
G = 62.5%
B = 13.75%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.78

 K value IS 0.80

RGB Variations

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

Color information

#13320B (or 0x13320B) is known color: Myrtle. HEX triplet: 13, 32 and 0B. RGB value is (19,50,11). Sum of RGB (Red+Green+Blue) = 19+50+11=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 50 (19.92% from 255 or 62.5% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 50 - color contains mainly: green. Hex color #13320B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13320B is #ECCDF4. Grayscale: #242424. Windows color (decimal): -15519221 or 733715. OLE color: 733715.

HSL color Cylindrical-coordinate representation of color #13320B: hue angle of 107.69º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13320B is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 50 11 -
CMYK 0.62 0 0.78 0.80
HSL 107.69º 0.64% 0.12% -
HSV(B) 107.69º 0.78% 0.2% -
XYZ 1.47 2.44 0.71 -
YUV 36.29 113.73 115.67 -
System Red Green Blue C M Y K H S L
Decimal 19 50 11 0.62 0 0.78 0.80 107.69 0.64 0.12
Hex 13 32 B 3E 0 4E 50 6C 40 C
Octal 23 62 13 76 0 116 120 154 100 14
Binary 10011 110010 1011 111110 0 1001110 1010000 1101100 1000000 1100

Color Harmonies of #13320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13320B

Black with #13320B

Text Example


Text Example

White with #13320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13320B; }

 p { color: rgb(19,50,11); }

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

background-color css

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

 a { background-color: rgb(19,50,11); }

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

border-color css

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

 span { border-color: rgb(19,50,11); }

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