#0B1C0A

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

Shades of Myrtle #0B1C0A

Tints of Myrtle #0B1C0A

Color information

#0B1C0A (or 0x0B1C0A) is unknown color: approx Myrtle. HEX triplet: 0B, 1C and 0A. RGB value is (11,28,10). Sum of RGB (Red+Green+Blue) = 11+28+10=49 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.45% from 49); Green value is 28 (11.33% from 255 or 57.14% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 28 - color contains mainly: green. Hex color #0B1C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1C0A is #F4E3F5. Grayscale: #141414. Windows color (decimal): -16049142 or 662539. OLE color: 662539.

HSL color Cylindrical-coordinate representation of color #0B1C0A: hue angle of 116.67º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0B1C0A is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.89.

Color convert

RGB112810-
CMYK0.6100.640.89
HSL116.67º47.37%7.45%-
HSV(B)116.67º64.29%10.98%-
XYZ0.610.920.43-
YUV20.86121.87120.96-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 22.45%
GREEN value IS 28 (11.33% from 255) = 57.14%
BLUE value IS 10 (4.30% from 255) = 20.41%
R=22.45%
G=57.14%
B=20.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1128100.6100.640.89116.6747.377.45
HexB1CA3D04059752f7
Octal133412750100131165577
Binary10111110010101111010100000010110011110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,28,10); }

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

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

 a { background-color: rgb(11,28,10); }

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

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

 span { border-color: rgb(11,28,10); }

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