#0B280C

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

Shades of Myrtle #0B280C

Tints of Myrtle #0B280C

Color information

#0B280C (or 0x0B280C) is unknown color: approx Myrtle. HEX triplet: 0B, 28 and 0C. RGB value is (11,40,12). Sum of RGB (Red+Green+Blue) = 11+40+12=63 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.46% from 63); Green value is 40 (16.02% from 255 or 63.49% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 40 - color contains mainly: green. Hex color #0B280C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B280C is #F4D7F3. Grayscale: #1C1C1C. Windows color (decimal): -16046068 or 796683. OLE color: 796683.

HSL color Cylindrical-coordinate representation of color #0B280C: hue angle of 122.07º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B280C is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB114012-
CMYK0.7200.700.84
HSL122.07º56.86%10%-
HSV(B)122.07º72.5%15.69%-
XYZ0.961.620.61-
YUV28.14118.89115.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 17.46%
GREEN value IS 40 (16.02% from 255) = 63.49%
BLUE value IS 12 (5.08% from 255) = 19.05%
R=17.46%
G=63.49%
B=19.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1140120.7200.700.84122.0756.8610
HexB28C48046547a39a
Octal13501411001061241727112
Binary10111010001100100100001000110101010011110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,40,12); }

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

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

 a { background-color: rgb(11,40,12); }

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

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

 span { border-color: rgb(11,40,12); }

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