#0B2002

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

Shades of Myrtle #0B2002

Tints of Myrtle #0B2002

Color information

#0B2002 (or 0x0B2002) is unknown color: approx Myrtle. HEX triplet: 0B, 20 and 02. RGB value is (11,32,2). Sum of RGB (Red+Green+Blue) = 11+32+2=45 (5% of max value = 765). Red value is 11 (4.69% from 255 or 24.44% from 45); Green value is 32 (12.89% from 255 or 71.11% from 45); Blue value is 2 (1.17% from 255 or 4.44% from 45); Max value from RGB is 32 - color contains mainly: green. Hex color #0B2002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2002 is #F4DFFD. Grayscale: #161616. Windows color (decimal): -16048126 or 139275. OLE color: 139275.

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

Color convert

RGB11322-
CMYK0.6600.940.87
HSL102º88.24%6.67%-
HSV(B)102º93.75%12.55%-
XYZ0.671.110.24-
YUV22.3116.54119.94-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 24.44%
GREEN value IS 32 (12.89% from 255) = 71.11%
BLUE value IS 2 (1.17% from 255) = 4.44%
R=24.44%
G=71.11%
B=4.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal113220.6600.940.8710288.246.67
HexB2024205E5766587
Octal1340210201361271461307
Binary101110000010100001001011110101011111001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,32,2); }

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

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

 a { background-color: rgb(11,32,2); }

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

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

 span { border-color: rgb(11,32,2); }

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