#0C170B

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

Shades of Myrtle #0C170B

Tints of Myrtle #0C170B

Color information

#0C170B (or 0x0C170B) is unknown color: approx Myrtle. HEX triplet: 0C, 17 and 0B. RGB value is (12,23,11). Sum of RGB (Red+Green+Blue) = 12+23+11=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 23 (9.38% from 255 or 50% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 23 - color contains mainly: green. Hex color #0C170B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C170B is #F3E8F4. Grayscale: #121212. Windows color (decimal): -15984885 or 726796. OLE color: 726796.

HSL color Cylindrical-coordinate representation of color #0C170B: hue angle of 115º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0C170B is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.91.

Color convert

RGB122311-
CMYK0.4800.520.91
HSL115º35.29%6.67%-
HSV(B)115º52.17%9.02%-
XYZ0.520.720.43-
YUV18.34123.86123.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 26.09%
GREEN value IS 23 (9.38% from 255) = 50%
BLUE value IS 11 (4.69% from 255) = 23.91%
R=26.09%
G=50%
B=23.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1223110.4800.520.9111535.296.67
HexC17B300345B73237
Octal14271360064133163437
Binary1100101111011110000011010010110111110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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