#0B2400

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

Shades of Myrtle #0B2400

Tints of Myrtle #0B2400

Color information

#0B2400 (or 0x0B2400) is unknown color: approx Myrtle. HEX triplet: 0B, 24 and 00. RGB value is (11,36,0). Sum of RGB (Red+Green+Blue) = 11+36+0=47 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.40% from 47); Green value is 36 (14.45% from 255 or 76.60% from 47); Blue value is 0 (0.39% from 255 or 0% from 47); Max value from RGB is 36 - color contains mainly: green. Hex color #0B2400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2400 is #F4DBFF. Grayscale: #181818. Windows color (decimal): -16047104 or 9227. OLE color: 9227.

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

Color convert

RGB11360-
CMYK0.69010.86
HSL101.67º100%7.06%-
HSV(B)101.67º100%14.12%-
XYZ0.771.330.22-
YUV24.42114.22118.43-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 23.40%
GREEN value IS 36 (14.45% from 255) = 76.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=23.40%
G=76.60%
B=0%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal113600.69010.86101.671007.06
HexB240450645666647
Octal1344010501441261461447
Binary10111001000100010101100100101011011001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,36,0); }

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

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

 a { background-color: rgb(11,36,0); }

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

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

 span { border-color: rgb(11,36,0); }

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