#0C190B

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

Shades of Myrtle #0C190B

Tints of Myrtle #0C190B

Color information

#0C190B (or 0x0C190B) is unknown color: approx Myrtle. HEX triplet: 0C, 19 and 0B. RGB value is (12,25,11). Sum of RGB (Red+Green+Blue) = 12+25+11=48 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25% from 48); Green value is 25 (10.16% from 255 or 52.08% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 25 - color contains mainly: green. Hex color #0C190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C190B is #F3E6F4. Grayscale: #131313. Windows color (decimal): -15984373 or 727308. OLE color: 727308.

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

Color convert

RGB122511-
CMYK0.5200.560.90
HSL115.71º38.89%7.06%-
HSV(B)115.71º56%9.8%-
XYZ0.560.80.44-
YUV19.52123.19122.64-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 25%
GREEN value IS 25 (10.16% from 255) = 52.08%
BLUE value IS 11 (4.69% from 255) = 22.92%
R=25%
G=52.08%
B=22.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1225110.5200.560.90115.7138.897.06
HexC19B340385A74277
Octal14311364070132164477
Binary1100110011011110100011100010110101110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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