#13310B

Color #13310B Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #13310B

Tints of Myrtle #13310B

Color information

#13310B (or 0x13310B) is unknown color: approx Myrtle. HEX triplet: 13, 31 and 0B. RGB value is (19,49,11). Sum of RGB (Red+Green+Blue) = 19+49+11=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 49 (19.53% from 255 or 62.03% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 49 - color contains mainly: green. Hex color #13310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13310B is #ECCEF4. Grayscale: #232323. Windows color (decimal): -15519477 or 733459. OLE color: 733459.

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

Color convert

RGB194911-
CMYK0.6100.780.81
HSL107.37º63.33%11.76%-
HSV(B)107.37º77.55%19.22%-
XYZ1.432.360.7-
YUV35.7114.06116.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 49 (19.53% from 255) = 62.03%
BLUE value IS 11 (4.69% from 255) = 13.92%
R=24.05%
G=62.03%
B=13.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1949110.6100.780.81107.3763.3311.76
Hex1331B3D04E516b3fc
Octal2361137501161211537714
Binary10011110001101111110101001110101000111010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13310B;
 }
 .AnyTagClassName
 {
   color: #13310B;
 }
</style>
background-color css

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

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

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

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

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

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