#07310B

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

Shades of Myrtle #07310B

Tints of Myrtle #07310B

Color information

#07310B (or 0x07310B) is unknown color: approx Myrtle. HEX triplet: 07, 31 and 0B. RGB value is (7,49,11). Sum of RGB (Red+Green+Blue) = 7+49+11=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 49 (19.53% from 255 or 73.13% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 49 - color contains mainly: green. Hex color #07310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07310B is #F8CEF4. Grayscale: #202020. Windows color (decimal): -16305909 or 733447. OLE color: 733447.

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

Color convert

RGB74911-
CMYK0.8600.780.81
HSL125.71º75%10.98%-
HSV(B)125.71º85.71%19.22%-
XYZ1.252.270.69-
YUV32.11116.09110.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.45%
GREEN value IS 49 (19.53% from 255) = 73.13%
BLUE value IS 11 (4.69% from 255) = 16.42%
R=10.45%
G=73.13%
B=16.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal749110.8600.780.81125.717510.98
Hex731B5604E517e4bb
Octal76113126011612117611313
Binary11111000110111010110010011101010001111111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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