#10310B

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

Shades of Myrtle #10310B

Tints of Myrtle #10310B

Color information

#10310B (or 0x10310B) is unknown color: approx Myrtle. HEX triplet: 10, 31 and 0B. RGB value is (16,49,11). Sum of RGB (Red+Green+Blue) = 16+49+11=76 (10% of max value = 765). Red value is 16 (6.64% from 255 or 21.05% from 76); Green value is 49 (19.53% from 255 or 64.47% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 49 - color contains mainly: green. Hex color #10310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10310B is #EFCEF4. Grayscale: #222222. Windows color (decimal): -15716085 or 733456. OLE color: 733456.

HSL color Cylindrical-coordinate representation of color #10310B: hue angle of 112.11º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10310B is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB164911-
CMYK0.6700.780.81
HSL112.11º63.33%11.76%-
HSV(B)112.11º77.55%19.22%-
XYZ1.372.330.69-
YUV34.8114.57114.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.05%
GREEN value IS 49 (19.53% from 255) = 64.47%
BLUE value IS 11 (4.69% from 255) = 14.47%
R=21.05%
G=64.47%
B=14.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1649110.6700.780.81112.1163.3311.76
Hex1031B4304E51703fc
Octal20611310301161211607714
Binary100001100011011100001101001110101000111100001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10310B; }

 p { color: rgb(16,49,11); }

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

<style>
 a { background-color: #10310B; }

 a { background-color: rgb(16,49,11); }

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

<style>
 span { border-color: #10310B; }

 span { border-color: rgb(16,49,11); }

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