#0B380F

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

Shades of Myrtle #0B380F

Tints of Myrtle #0B380F

Color information

#0B380F (or 0x0B380F) is unknown color: approx Myrtle. HEX triplet: 0B, 38 and 0F. RGB value is (11,56,15). Sum of RGB (Red+Green+Blue) = 11+56+15=82 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.41% from 82); Green value is 56 (22.27% from 255 or 68.29% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 56 - color contains mainly: green. Hex color #0B380F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B380F is #F4C7F0. Grayscale: #252525. Windows color (decimal): -16041969 or 997387. OLE color: 997387.

HSL color Cylindrical-coordinate representation of color #0B380F: hue angle of 125.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B380F is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB115615-
CMYK0.8000.730.78
HSL125.33º67.16%13.14%-
HSV(B)125.33º80.36%21.96%-
XYZ1.642.930.93-
YUV37.87115.09108.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.41%
GREEN value IS 56 (22.27% from 255) = 68.29%
BLUE value IS 15 (6.25% from 255) = 18.29%
R=13.41%
G=68.29%
B=18.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1156150.8000.730.78125.3367.1613.14
HexB38F500494E7d43d
Octal137017120011111617510315
Binary101111100011111010000010010011001110111110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,56,15); }

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

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

 a { background-color: rgb(11,56,15); }

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

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

 span { border-color: rgb(11,56,15); }

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