#0B310A

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

Shades of Myrtle #0B310A

Tints of Myrtle #0B310A

Color information

#0B310A (or 0x0B310A) is unknown color: approx Myrtle. HEX triplet: 0B, 31 and 0A. RGB value is (11,49,10). Sum of RGB (Red+Green+Blue) = 11+49+10=70 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.71% from 70); Green value is 49 (19.53% from 255 or 70% from 70); Blue value is 10 (4.30% from 255 or 14.29% from 70); Max value from RGB is 49 - color contains mainly: green. Hex color #0B310A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B310A is #F4CEF5. Grayscale: #212121. Windows color (decimal): -16043766 or 667915. OLE color: 667915.

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

Color convert

RGB114910-
CMYK0.7800.800.81
HSL118.46º66.1%11.57%-
HSV(B)118.46º79.59%19.22%-
XYZ1.292.290.66-
YUV33.19114.91112.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.71%
GREEN value IS 49 (19.53% from 255) = 70%
BLUE value IS 10 (4.30% from 255) = 14.29%
R=15.71%
G=70%
B=14.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1149100.7800.800.81118.4666.111.57
HexB31A4E050517642c
Octal136112116012012116610214
Binary101111000110101001110010100001010001111011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B310A; }

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

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

<style>
 a { background-color: #0B310A; }

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

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

<style>
 span { border-color: #0B310A; }

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

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