#0B2308

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

Shades of Myrtle #0B2308

Tints of Myrtle #0B2308

Color information

#0B2308 (or 0x0B2308) is unknown color: approx Myrtle. HEX triplet: 0B, 23 and 08. RGB value is (11,35,8). Sum of RGB (Red+Green+Blue) = 11+35+8=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 35 (14.06% from 255 or 64.81% from 54); Blue value is 8 (3.52% from 255 or 14.81% from 54); Max value from RGB is 35 - color contains mainly: green. Hex color #0B2308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2308 is #F4DCF7. Grayscale: #181818. Windows color (decimal): -16047352 or 533259. OLE color: 533259.

HSL color Cylindrical-coordinate representation of color #0B2308: hue angle of 113.33º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B2308 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.86.

Color convert

RGB11358-
CMYK0.6900.770.86
HSL113.33º62.79%8.43%-
HSV(B)113.33º77.14%13.73%-
XYZ0.781.290.44-
YUV24.75118.55118.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20.37%
GREEN value IS 35 (14.06% from 255) = 64.81%
BLUE value IS 8 (3.52% from 255) = 14.81%
R=20.37%
G=64.81%
B=14.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal113580.6900.770.86113.3362.798.43
HexB2384504D56713f8
Octal13431010501151261617710
Binary10111000111000100010101001101101011011100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,35,8); }

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

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

 a { background-color: rgb(11,35,8); }

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

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

 span { border-color: rgb(11,35,8); }

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