#0B2401

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

Shades of Myrtle #0B2401

Tints of Myrtle #0B2401

Color information

#0B2401 (or 0x0B2401) is unknown color: approx Myrtle. HEX triplet: 0B, 24 and 01. RGB value is (11,36,1). Sum of RGB (Red+Green+Blue) = 11+36+1=48 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.92% from 48); Green value is 36 (14.45% from 255 or 75% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 36 - color contains mainly: green. Hex color #0B2401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2401 is #F4DBFE. Grayscale: #181818. Windows color (decimal): -16047103 or 74763. OLE color: 74763.

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

Color convert

RGB11361-
CMYK0.6900.970.86
HSL102.86º94.59%7.25%-
HSV(B)102.86º97.22%14.12%-
XYZ0.771.340.25-
YUV24.54114.72118.35-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 22.92%
GREEN value IS 36 (14.45% from 255) = 75%
BLUE value IS 1 (0.78% from 255) = 2.08%
R=22.92%
G=75%
B=2.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal113610.6900.970.86102.8694.597.25
HexB2414506156675f7
Octal1344110501411261471377
Binary10111001001100010101100001101011011001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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