Html Css Color HEX #13310A Myrtle

📋 copy color: '#13310A'

red 19 ◦ green 49 ◦ blue 10

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

Shades of Myrtle #13310A

Tints of Myrtle #13310A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 12.82%

R = 24.36%
G = 62.82%
B = 12.82%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.80

 K value IS 0.81

RGB Variations

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

Color information

#13310A (or 0x13310A) is known color: Myrtle. HEX triplet: 13, 31 and 0A. RGB value is (19,49,10). Sum of RGB (Red+Green+Blue) = 19+49+10=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 49 (19.53% from 255 or 62.82% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 49 - color contains mainly: green. Hex color #13310A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13310A is #ECCEF5. Grayscale: #232323. Windows color (decimal): -15519478 or 667923. OLE color: 667923.

HSL color Cylindrical-coordinate representation of color #13310A: hue angle of 106.15º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13310A is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 49 10 -
CMYK 0.61 0 0.80 0.81
HSL 106.15º 0.66% 0.12% -
HSV(B) 106.15º 0.8% 0.19% -
XYZ 1.42 2.36 0.67 -
YUV 35.58 113.56 116.17 -
System Red Green Blue C M Y K H S L
Decimal 19 49 10 0.61 0 0.80 0.81 106.15 0.66 0.12
Hex 13 31 A 3D 0 50 51 6A 42 C
Octal 23 61 12 75 0 120 121 152 102 14
Binary 10011 110001 1010 111101 0 1010000 1010001 1101010 1000010 1100

Color Harmonies of #13310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13310A

Black with #13310A

Text Example


Text Example

White with #13310A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13310A; }

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

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

background-color css

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

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

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

border-color css

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

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

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