#09310B

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

Shades of Myrtle #09310B

Tints of Myrtle #09310B

Color information

#09310B (or 0x09310B) is unknown color: approx Myrtle. HEX triplet: 09, 31 and 0B. RGB value is (9,49,11). Sum of RGB (Red+Green+Blue) = 9+49+11=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 49 (19.53% from 255 or 71.01% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 49 - color contains mainly: green. Hex color #09310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09310B is #F6CEF4. Grayscale: #202020. Windows color (decimal): -16174837 or 733449. OLE color: 733449.

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

Color convert

RGB94911-
CMYK0.8200.780.81
HSL123º68.97%11.37%-
HSV(B)123º81.63%19.22%-
XYZ1.272.280.69-
YUV32.71115.75111.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.04%
GREEN value IS 49 (19.53% from 255) = 71.01%
BLUE value IS 11 (4.69% from 255) = 15.94%
R=13.04%
G=71.01%
B=15.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal949110.8200.780.8112368.9711.37
Hex931B5204E517b45b
Octal116113122011612117310513
Binary100111000110111010010010011101010001111101110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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