#0B1E05

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

Shades of Myrtle #0B1E05

Tints of Myrtle #0B1E05

Color information

#0B1E05 (or 0x0B1E05) is unknown color: approx Myrtle. HEX triplet: 0B, 1E and 05. RGB value is (11,30,5). Sum of RGB (Red+Green+Blue) = 11+30+5=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 30 (12.11% from 255 or 65.22% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 30 - color contains mainly: green. Hex color #0B1E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1E05 is #F4E1FA. Grayscale: #151515. Windows color (decimal): -16048635 or 335371. OLE color: 335371.

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

Color convert

RGB11305-
CMYK0.6300.830.88
HSL105.6º71.43%6.86%-
HSV(B)105.6º83.33%11.76%-
XYZ0.631.010.31-
YUV21.47118.71120.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 23.91%
GREEN value IS 30 (12.11% from 255) = 65.22%
BLUE value IS 5 (2.34% from 255) = 10.87%
R=23.91%
G=65.22%
B=10.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal113050.6300.830.88105.671.436.86
HexB1E53F053586a477
Octal133657701231301521077
Binary10111111010111111101010011101100011010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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