#0C120B

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

Shades of Myrtle #0C120B

Tints of Myrtle #0C120B

Color information

#0C120B (or 0x0C120B) is unknown color: approx Myrtle. HEX triplet: 0C, 12 and 0B. RGB value is (12,18,11). Sum of RGB (Red+Green+Blue) = 12+18+11=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 18 - color contains mainly: green. Hex color #0C120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C120B is #F3EDF4. Grayscale: #0F0F0F. Windows color (decimal): -15986165 or 725516. OLE color: 725516.

HSL color Cylindrical-coordinate representation of color #0C120B: hue angle of 111.43º degrees, saturation: 0.24, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #0C120B is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.93.

Color convert

RGB121811-
CMYK0.3300.390.93
HSL111.43º24.14%5.69%-
HSV(B)111.43º38.89%7.06%-
XYZ0.430.530.4-
YUV15.41125.51125.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 29.27%
GREEN value IS 18 (7.42% from 255) = 43.90%
BLUE value IS 11 (4.69% from 255) = 26.83%
R=29.27%
G=43.90%
B=26.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1218110.3300.390.93111.4324.145.69
HexC12B210275D6f186
Octal14221341047135157306
Binary110010010101110000101001111011101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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