#0C130B

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

Shades of Myrtle #0C130B

Tints of Myrtle #0C130B

Color information

#0C130B (or 0x0C130B) is unknown color: approx Myrtle. HEX triplet: 0C, 13 and 0B. RGB value is (12,19,11). Sum of RGB (Red+Green+Blue) = 12+19+11=42 (5% of max value = 765). Red value is 12 (5.08% from 255 or 28.57% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 19 - color contains mainly: green. Hex color #0C130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C130B is #F3ECF4. Grayscale: #101010. Windows color (decimal): -15985909 or 725772. OLE color: 725772.

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

Color convert

RGB121911-
CMYK0.3700.420.93
HSL112.5º26.67%5.88%-
HSV(B)112.5º42.11%7.45%-
XYZ0.440.570.4-
YUV16125.18125.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 28.57%
GREEN value IS 19 (7.81% from 255) = 45.24%
BLUE value IS 11 (4.69% from 255) = 26.19%
R=28.57%
G=45.24%
B=26.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1219110.3700.420.93112.526.675.88
HexC13B2502A5D701b6
Octal14231345052135160336
Binary110010011101110010101010101011101111000011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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