#10150F

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

Shades of Myrtle #10150F

Tints of Myrtle #10150F

Color information

#10150F (or 0x10150F) is unknown color: approx Myrtle. HEX triplet: 10, 15 and 0F. RGB value is (16,21,15). Sum of RGB (Red+Green+Blue) = 16+21+15=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 21 - color contains mainly: green. Hex color #10150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10150F is #EFEAF0. Grayscale: #121212. Windows color (decimal): -15723249 or 988432. OLE color: 988432.

HSL color Cylindrical-coordinate representation of color #10150F: hue angle of 110º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #10150F is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.92.

Color convert

RGB162115-
CMYK0.2400.290.92
HSL110º16.67%7.06%-
HSV(B)110º28.57%8.24%-
XYZ0.570.680.55-
YUV18.82125.84125.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.77%
GREEN value IS 21 (8.59% from 255) = 40.38%
BLUE value IS 15 (6.25% from 255) = 28.85%
R=30.77%
G=40.38%
B=28.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1621150.2400.290.9211016.677.06
Hex1015F1801D5C6e117
Octal20251730035134156217
Binary10000101011111110000111011011100110111010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10150F; }

 p { color: rgb(16,21,15); }

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

<style>
 a { background-color: #10150F; }

 a { background-color: rgb(16,21,15); }

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

<style>
 span { border-color: #10150F; }

 span { border-color: rgb(16,21,15); }

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