#0B190A

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

Shades of Myrtle #0B190A

Tints of Myrtle #0B190A

Color information

#0B190A (or 0x0B190A) is unknown color: approx Myrtle. HEX triplet: 0B, 19 and 0A. RGB value is (11,25,10). Sum of RGB (Red+Green+Blue) = 11+25+10=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 25 (10.16% from 255 or 54.35% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 25 - color contains mainly: green. Hex color #0B190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B190A is #F4E6F5. Grayscale: #131313. Windows color (decimal): -16049910 or 661771. OLE color: 661771.

HSL color Cylindrical-coordinate representation of color #0B190A: hue angle of 116º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0B190A is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.90.

Color convert

RGB112510-
CMYK0.5600.600.90
HSL116º42.86%6.86%-
HSV(B)116º60%9.8%-
XYZ0.540.790.41-
YUV19.1122.86122.22-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 23.91%
GREEN value IS 25 (10.16% from 255) = 54.35%
BLUE value IS 10 (4.30% from 255) = 21.74%
R=23.91%
G=54.35%
B=21.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1125100.5600.600.9011642.866.86
HexB19A3803C5A742b7
Octal13311270074132164537
Binary1011110011010111000011110010110101110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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