#0B1F09

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

Shades of Myrtle #0B1F09

Tints of Myrtle #0B1F09

Color information

#0B1F09 (or 0x0B1F09) is unknown color: approx Myrtle. HEX triplet: 0B, 1F and 09. RGB value is (11,31,9). Sum of RGB (Red+Green+Blue) = 11+31+9=51 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.57% from 51); Green value is 31 (12.5% from 255 or 60.78% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 31 - color contains mainly: green. Hex color #0B1F09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1F09 is #F4E0F6. Grayscale: #161616. Windows color (decimal): -16048375 or 597771. OLE color: 597771.

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

Color convert

RGB11319-
CMYK0.6500.710.88
HSL114.55º55%7.84%-
HSV(B)114.55º70.97%12.16%-
XYZ0.681.070.43-
YUV22.51120.37119.79-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 21.57%
GREEN value IS 31 (12.5% from 255) = 60.78%
BLUE value IS 9 (3.91% from 255) = 17.65%
R=21.57%
G=60.78%
B=17.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal113190.6500.710.88114.55557.84
HexB1F9410475873378
Octal13371110101071301636710
Binary1011111111001100000101000111101100011100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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