#0B1F05

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

Shades of Myrtle #0B1F05

Tints of Myrtle #0B1F05

Color information

#0B1F05 (or 0x0B1F05) is unknown color: approx Myrtle. HEX triplet: 0B, 1F and 05. RGB value is (11,31,5). Sum of RGB (Red+Green+Blue) = 11+31+5=47 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.40% from 47); Green value is 31 (12.5% from 255 or 65.96% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 31 - color contains mainly: green. Hex color #0B1F05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1F05 is #F4E0FA. Grayscale: #161616. Windows color (decimal): -16048379 or 335627. OLE color: 335627.

HSL color Cylindrical-coordinate representation of color #0B1F05: hue angle of 106.15º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B1F05 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.88.

Color convert

RGB11315-
CMYK0.6500.840.88
HSL106.15º72.22%7.06%-
HSV(B)106.15º83.87%12.16%-
XYZ0.661.060.31-
YUV22.06118.37120.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 23.40%
GREEN value IS 31 (12.5% from 255) = 65.96%
BLUE value IS 5 (2.34% from 255) = 10.64%
R=23.40%
G=65.96%
B=10.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal113150.6500.840.88106.1572.227.06
HexB1F541054586a487
Octal1337510101241301521107
Binary101111111101100000101010100101100011010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,31,5); }

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

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

 a { background-color: rgb(11,31,5); }

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

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

 span { border-color: rgb(11,31,5); }

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