#10300B

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

Shades of Myrtle #10300B

Tints of Myrtle #10300B

Color information

#10300B (or 0x10300B) is unknown color: approx Myrtle. HEX triplet: 10, 30 and 0B. RGB value is (16,48,11). Sum of RGB (Red+Green+Blue) = 16+48+11=75 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.33% from 75); Green value is 48 (19.14% from 255 or 64% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 48 - color contains mainly: green. Hex color #10300B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10300B is #EFCFF4. Grayscale: #222222. Windows color (decimal): -15716341 or 733200. OLE color: 733200.

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

Color convert

RGB164811-
CMYK0.6700.770.81
HSL111.89º62.71%11.57%-
HSV(B)111.89º77.08%18.82%-
XYZ1.332.250.68-
YUV34.21114.9115.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.33%
GREEN value IS 48 (19.14% from 255) = 64%
BLUE value IS 11 (4.69% from 255) = 14.67%
R=21.33%
G=64%
B=14.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1648110.6700.770.81111.8962.7111.57
Hex1030B4304D51703fc
Octal20601310301151211607714
Binary100001100001011100001101001101101000111100001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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