#0B2003

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

Shades of Myrtle #0B2003

Tints of Myrtle #0B2003

Color information

#0B2003 (or 0x0B2003) is unknown color: approx Myrtle. HEX triplet: 0B, 20 and 03. RGB value is (11,32,3). Sum of RGB (Red+Green+Blue) = 11+32+3=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 32 (12.89% from 255 or 69.57% from 46); Blue value is 3 (1.56% from 255 or 6.52% from 46); Max value from RGB is 32 - color contains mainly: green. Hex color #0B2003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2003 is #F4DFFC. Grayscale: #161616. Windows color (decimal): -16048125 or 204811. OLE color: 204811.

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

Color convert

RGB11323-
CMYK0.6600.910.87
HSL103.45º82.86%6.86%-
HSV(B)103.45º90.62%12.55%-
XYZ0.671.110.27-
YUV22.42117.04119.86-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 23.91%
GREEN value IS 32 (12.89% from 255) = 69.57%
BLUE value IS 3 (1.56% from 255) = 6.52%
R=23.91%
G=69.57%
B=6.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal113230.6600.910.87103.4582.866.86
HexB2034205B5767537
Octal1340310201331271471237
Binary101110000011100001001011011101011111001111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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