#0B1F07

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

Shades of Myrtle #0B1F07

Tints of Myrtle #0B1F07

Color information

#0B1F07 (or 0x0B1F07) is unknown color: approx Myrtle. HEX triplet: 0B, 1F and 07. RGB value is (11,31,7). Sum of RGB (Red+Green+Blue) = 11+31+7=49 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.45% from 49); Green value is 31 (12.5% from 255 or 63.27% from 49); Blue value is 7 (3.12% from 255 or 14.29% from 49); Max value from RGB is 31 - color contains mainly: green. Hex color #0B1F07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1F07 is #F4E0F8. Grayscale: #161616. Windows color (decimal): -16048377 or 466699. OLE color: 466699.

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

Color convert

RGB11317-
CMYK0.6500.770.88
HSL110º63.16%7.45%-
HSV(B)110º77.42%12.16%-
XYZ0.671.070.37-
YUV22.28119.37119.95-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 22.45%
GREEN value IS 31 (12.5% from 255) = 63.27%
BLUE value IS 7 (3.12% from 255) = 14.29%
R=22.45%
G=63.27%
B=14.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal113170.6500.770.8811063.167.45
HexB1F74104D586e3f7
Octal133771010115130156777
Binary10111111111110000010100110110110001101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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