#0B1F04

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

Shades of Myrtle #0B1F04

Tints of Myrtle #0B1F04

Color information

#0B1F04 (or 0x0B1F04) is unknown color: approx Myrtle. HEX triplet: 0B, 1F and 04. RGB value is (11,31,4). Sum of RGB (Red+Green+Blue) = 11+31+4=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 31 (12.5% from 255 or 67.39% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 31 - color contains mainly: green. Hex color #0B1F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1F04 is #F4E0FB. Grayscale: #161616. Windows color (decimal): -16048380 or 270091. OLE color: 270091.

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

Color convert

RGB11314-
CMYK0.6500.870.88
HSL104.44º77.14%6.86%-
HSV(B)104.44º87.1%12.16%-
XYZ0.651.060.29-
YUV21.94117.87120.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 23.91%
GREEN value IS 31 (12.5% from 255) = 67.39%
BLUE value IS 4 (1.95% from 255) = 8.70%
R=23.91%
G=67.39%
B=8.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal113140.6500.870.88104.4477.146.86
HexB1F44105758684d7
Octal1337410101271301501157
Binary101111111100100000101010111101100011010001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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