#09310D

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

Shades of Myrtle #09310D

Tints of Myrtle #09310D

Color information

#09310D (or 0x09310D) is unknown color: approx Myrtle. HEX triplet: 09, 31 and 0D. RGB value is (9,49,13). Sum of RGB (Red+Green+Blue) = 9+49+13=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 49 (19.53% from 255 or 69.01% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 49 - color contains mainly: green. Hex color #09310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09310D is #F6CEF2. Grayscale: #212121. Windows color (decimal): -16174835 or 864521. OLE color: 864521.

HSL color Cylindrical-coordinate representation of color #09310D: hue angle of 126º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #09310D is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB94913-
CMYK0.8200.730.81
HSL126º68.97%11.37%-
HSV(B)126º81.63%19.22%-
XYZ1.282.280.75-
YUV32.94116.75110.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.68%
GREEN value IS 49 (19.53% from 255) = 69.01%
BLUE value IS 13 (5.47% from 255) = 18.31%
R=12.68%
G=69.01%
B=18.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal949130.8200.730.8112668.9711.37
Hex931D52049517e45b
Octal116115122011112117610513
Binary100111000111011010010010010011010001111111010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09310D; }

 p { color: rgb(9,49,13); }

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

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

 a { background-color: rgb(9,49,13); }

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

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

 span { border-color: rgb(9,49,13); }

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