#14310B

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

Shades of Myrtle #14310B

Tints of Myrtle #14310B

Color information

#14310B (or 0x14310B) is unknown color: approx Myrtle. HEX triplet: 14, 31 and 0B. RGB value is (20,49,11). Sum of RGB (Red+Green+Blue) = 20+49+11=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 49 (19.53% from 255 or 61.25% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 49 - color contains mainly: green. Hex color #14310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14310B is #EBCEF4. Grayscale: #242424. Windows color (decimal): -15453941 or 733460. OLE color: 733460.

HSL color Cylindrical-coordinate representation of color #14310B: hue angle of 105.79º 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 #14310B is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB204911-
CMYK0.5900.780.81
HSL105.79º63.33%11.76%-
HSV(B)105.79º77.55%19.22%-
XYZ1.452.370.7-
YUV36113.89116.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25%
GREEN value IS 49 (19.53% from 255) = 61.25%
BLUE value IS 11 (4.69% from 255) = 13.75%
R=25%
G=61.25%
B=13.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2049110.5900.780.81105.7963.3311.76
Hex1431B3B04E516a3fc
Octal2461137301161211527714
Binary10100110001101111101101001110101000111010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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