#10320B

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

Shades of Myrtle #10320B

Tints of Myrtle #10320B

Color information

#10320B (or 0x10320B) is unknown color: approx Myrtle. HEX triplet: 10, 32 and 0B. RGB value is (16,50,11). Sum of RGB (Red+Green+Blue) = 16+50+11=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 50 (19.92% from 255 or 64.94% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 50 - color contains mainly: green. Hex color #10320B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10320B is #EFCDF4. Grayscale: #232323. Windows color (decimal): -15715829 or 733712. OLE color: 733712.

HSL color Cylindrical-coordinate representation of color #10320B: hue angle of 112.31º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10320B is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB165011-
CMYK0.6800.780.80
HSL112.31º63.93%11.96%-
HSV(B)112.31º78%19.61%-
XYZ1.412.420.71-
YUV35.39114.24114.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.78%
GREEN value IS 50 (19.92% from 255) = 64.94%
BLUE value IS 11 (4.69% from 255) = 14.29%
R=20.78%
G=64.94%
B=14.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1650110.6800.780.80112.3163.9311.96
Hex1032B4404E507040c
Octal206213104011612016010014
Binary1000011001010111000100010011101010000111000010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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