#0C140B

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

Shades of Myrtle #0C140B

Tints of Myrtle #0C140B

Color information

#0C140B (or 0x0C140B) is unknown color: approx Myrtle. HEX triplet: 0C, 14 and 0B. RGB value is (12,20,11). Sum of RGB (Red+Green+Blue) = 12+20+11=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 20 - color contains mainly: green. Hex color #0C140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C140B is #F3EBF4. Grayscale: #101010. Windows color (decimal): -15985653 or 726028. OLE color: 726028.

HSL color Cylindrical-coordinate representation of color #0C140B: hue angle of 113.33º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0C140B is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.92.

Color convert

RGB122011-
CMYK0.4000.450.92
HSL113.33º29.03%6.08%-
HSV(B)113.33º45%7.84%-
XYZ0.460.60.41-
YUV16.58124.85124.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 27.91%
GREEN value IS 20 (8.20% from 255) = 46.51%
BLUE value IS 11 (4.69% from 255) = 25.58%
R=27.91%
G=46.51%
B=25.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1220110.4000.450.92113.3329.036.08
HexC14B2802D5C711d6
Octal14241350055134161356
Binary110010100101110100001011011011100111000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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